We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eafafc commit ffae721Copy full SHA for ffae721
infra/scripts/postprovision/call-create-app-registrations.sh
@@ -11,6 +11,6 @@ fi
11
# This script is run by azd pre-provision hook and is part of the deployment lifecycle run when deploying the code for the Relecloud web app.
12
resourceGroupName=$((azd env get-values --output json) | jq -r .AZURE_RESOURCE_GROUP)
13
14
-echo "Calling create-app-registrations.ps1 for group:'resourceGroupName'..."
+echo "Calling create-app-registrations.ps1 for group:'$resourceGroupName'..."
15
16
pwsh ./infra/scripts/postprovision/create-app-registrations.ps1 -ResourceGroupName $resourceGroupName -NoPrompt
0 commit comments