Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ param deploymentCount int = 1

@description('Azure region for the deployment')
@allowed([
'Germany West Central'
'West Europe'
'North Europe'
'East US'
'East US 2'
'Southeast Asia'
'East Asia'
'Germany West Central'
])
param location string

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Duration: 30 minutes
- Execute `az login` and sign in with your Azure AD account
- Execute `az ad signed-in-user show --query id `
- Copy the value to the clipboard
- Execute `az deployment sub create --location germanywestcentral --template-file .\main.bicep`
- Execute `az deployment sub create --location germanywestcentral --template-file ./main.bicep`
- Paste the previously copied value as *currentUserObjectId*
- Select a region
- Wait for the deployment to finish
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Please make sure thet you successfully completed [Challenge 1](../challenge-1/so
### **Task 1: Create a Azure Migrate Project**

> [!IMPORTANT]
> To be able to create a Business Case, make sure to select Europe as the Geography for the Azure Migrate Project
> To be able to create a Business Case, make sure to select **Europe** as the Geography for the Azure Migrate Project

Open the [Azure Portal](https://portal.azure.com) and login using a user account with at least Contributor permissions on a Azure Subscription.

Expand Down