Skip to content

Commit

Permalink
Merge pull request #177 from ElYusubov/development
Browse files Browse the repository at this point in the history
Minor changes to the demo scripts
  • Loading branch information
ElYusubov authored Oct 17, 2024
2 parents 4c918f9 + 7039b94 commit 8eb136a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/azure-demo.azcli
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
az login --use-device-code
az account show --query name

az account set --subscription 'Primary MCT Azure'
az account set --subscription 'MVP-Subscription-07'
az group list -o table

az group create -n 'cll-bicep-demo' -l 'eastus2'
az group create -n 'new-bicep-demo' -l 'eastus2'
az group list -o table

# Deploy Policy Definitions to subscription
Expand Down Expand Up @@ -42,5 +42,5 @@ az bicep decompile --file .\Pilot-project\decompile\template-clean-v2.json
# az group create -n 'bicep-part1-pilot-web-demo' -l 'eastus2'

# Deploy parent-child-scenarios.bicep
az group create -n 'v3-kineteco-arm-eastus2' -l 'eastus2'
az deployment group create -g 'v3-kineteco-arm-eastus2' -f .\samples\14-deploy-child-parent-scenarios.bicep -c
az group create -n 'new-demo-arm-eastus2' -l 'eastus2'
az deployment group create -g 'new-demo-arm-eastus2' -f .\samples\14-deploy-child-parent-scenarios.bicep -c

0 comments on commit 8eb136a

Please sign in to comment.