diff --git a/samples/1-deploy-rg.bicep b/samples/1-deploy-rg.bicep index d315268..ca6b1a4 100644 --- a/samples/1-deploy-rg.bicep +++ b/samples/1-deploy-rg.bicep @@ -1,6 +1,6 @@ // 1-deploy-rg.bicep -// Deployment scope: subscription +// Deployment scope: subscription targetScope = 'subscription' @description('The name of the Resource Group.') diff --git a/samples/2-deploy-param-storage.bicep b/samples/2-deploy-param-storage.bicep index d826cb6..24ff341 100644 --- a/samples/2-deploy-param-storage.bicep +++ b/samples/2-deploy-param-storage.bicep @@ -1,6 +1,6 @@ // 2-deploy-param-storage.bicep -// Deployment scope: subscription +// Deployment scope: subscription targetScope = 'subscription' @description('Resource Group name for the deployment') diff --git a/samples/3-deploy-storage-w-Lock.bicep b/samples/3-deploy-storage-w-Lock.bicep index ee4ad47..7369202 100644 --- a/samples/3-deploy-storage-w-Lock.bicep +++ b/samples/3-deploy-storage-w-Lock.bicep @@ -1,6 +1,6 @@ // 3-deploy-storage-w-Lock.bicep -// Deployment scope: subscription +// Deployment scope: subscription targetScope = 'subscription' @description('Resource group name.') diff --git a/scripts/deploy-private-acr.azcli b/scripts/deploy-private-acr.azcli index 02abe1f..94e4a4b 100644 --- a/scripts/deploy-private-acr.azcli +++ b/scripts/deploy-private-acr.azcli @@ -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