Skip to content

Commit

Permalink
Fix westeurope location spelling (#2702)
Browse files Browse the repository at this point in the history
  • Loading branch information
MicroFish91 authored Jan 29, 2025
1 parent dc1aa08 commit 349d13e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/createWebApp/setPrePromptDefaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export async function setPrePromptDefaults(wizardContext: IWebAppWizardContext &
wizardContext.recommendedSiteRuntime = ['java'];

// to avoid 'Requested features are not supported in region' error
await LocationListStep.setLocation(wizardContext, 'weseteurope');
await LocationListStep.setLocation(wizardContext, 'westeurope');
}
}

Expand Down

0 comments on commit 349d13e

Please sign in to comment.