Skip to content

Commit

Permalink
Merge pull request #163 from ElYusubov/development
Browse files Browse the repository at this point in the history
Add minor modicifications to the scripts
  • Loading branch information
ElYusubov authored Sep 22, 2024
2 parents 294ef88 + bd9b7f9 commit 9361eb3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
15 changes: 8 additions & 7 deletions scripts/azure-demo.azcli
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,15 @@ az deployment sub what-if --location eastus2 --template-file .\samples\19-deploy

az deployment sub create --location eastus2 --template-file .\samples\19-deploy-tagging-policy-sub.bicep

# # List all RG names
# az group list -o table

# # Decompile
# az bicep decompile --file .\Pilot-project\decompile\template-clean-v2.json

# List all RG names
az group list -o table

# Decompile
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
# 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
4 changes: 3 additions & 1 deletion scripts/cll-demo-session.azcli
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@
az login --use-device-code
az account show --query name

# Set the subscription
az account set --subscription 'Primary MCT Azure'
az group list -o table


# Create the resource group and list them in a view
az group create -n 'cll-bicep-demo' -l 'eastus2'
az group list -o table

# Deploy Policy Definitions to subscription

az deployment sub create --location eastus2 --template-file .\samples\3-deploy-storage-w-Lock.bicep -c

0 comments on commit 9361eb3

Please sign in to comment.