Skip to content

Commit

Permalink
Fix #680
Browse files Browse the repository at this point in the history
  • Loading branch information
jtracey93 authored Nov 10, 2023
1 parent 87e138c commit 6d7ebbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra-as-code/bicep/modules/managementGroups/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ TEMPLATEFILE="infra-as-code/bicep/modules/managementGroups/managementGroupsScope
PARAMETERS="@infra-as-code/bicep/modules/managementGroups/parameters/managementGroups.parameters.all.json"
MGID="alz"

az deployment tenant create --name ${NAME:0:63} --location $LOCATION --template-file $TEMPLATEFILE --parameters $PARAMETERS --management-group-id $MGID
az deployment mg create --name ${NAME:0:63} --location $LOCATION --template-file $TEMPLATEFILE --parameters $PARAMETERS --management-group-id $MGID
```
OR
```bash
Expand All @@ -195,7 +195,7 @@ TEMPLATEFILE="infra-as-code/bicep/modules/managementGroups/managementGroupsScope
PARAMETERS="@infra-as-code/bicep/modules/managementGroups/parameters/managementGroups.parameters.all.json"
MGID="alz"

az deployment tenant create --name ${NAME:0:63} --location $LOCATION --template-file $TEMPLATEFILE --parameters $PARAMETERS --management-group-id $MGID
az deployment mg create --name ${NAME:0:63} --location $LOCATION --template-file $TEMPLATEFILE --parameters $PARAMETERS --management-group-id $MGID
```

### PowerShell - `managementGroups.bicep`
Expand Down

0 comments on commit 6d7ebbb

Please sign in to comment.