Skip to content

Commit

Permalink
Merge pull request #164 from ElYusubov/development
Browse files Browse the repository at this point in the history
Fixing minor comments and structure in scripts
  • Loading branch information
ElYusubov authored Sep 23, 2024
2 parents 9361eb3 + afd3d83 commit 05acc01
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion samples/1-deploy-rg.bicep
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// 1-deploy-rg.bicep
// Deployment scope: subscription

// Deployment scope: subscription
targetScope = 'subscription'

@description('The name of the Resource Group.')
Expand Down
2 changes: 1 addition & 1 deletion samples/2-deploy-param-storage.bicep
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// 2-deploy-param-storage.bicep
// Deployment scope: subscription

// Deployment scope: subscription
targetScope = 'subscription'

@description('Resource Group name for the deployment')
Expand Down
2 changes: 1 addition & 1 deletion samples/3-deploy-storage-w-Lock.bicep
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// 3-deploy-storage-w-Lock.bicep
// Deployment scope: subscription

// Deployment scope: subscription
targetScope = 'subscription'

@description('Resource group name.')
Expand Down
2 changes: 2 additions & 0 deletions scripts/deploy-private-acr.azcli
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,6 @@ az deployment group create -g 'cllnov01' -f .\samples\15-deploy-private-repo.bic

# Query the list of exisiting web apps
az webapp list -o table

# Display an existing web app
az webapp show -g cllnov01 --name newapp031555 -o table

0 comments on commit 05acc01

Please sign in to comment.