Skip to content

Commit

Permalink
Edits
Browse files Browse the repository at this point in the history
  • Loading branch information
moarychan authored and stliu committed Sep 1, 2023
1 parent e634d65 commit e8afb07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
"applicationInsightsDashboardName": "[format('{0}{1}', variables('abbrs').portalDashboards, variables('resourceToken'))]",
"userAssignedManagedIdentityName": "[format('{0}{1}', variables('abbrs').managedIdentityUserAssignedIdentities, variables('resourceToken'))]",
"const_ownerRole": "[concat('/subscriptions/', subscription().subscriptionId, '/providers/Microsoft.Authorization/roleDefinitions/', '8e3af657-a8ff-443c-a75c-2fe8c4bcb635')]",
"const_scriptLocation": "https://github.com/Azure/azure-quickstart-templates/blob/master/quickstarts/microsoft.appplatform/microservice-apps-enterprise-plan/scripts/",
"const_scriptLocation": "https://raw.githubusercontent.com/Azure-Samples/spring-petclinic-microservices/azure/infra/scripts/",
"const_uploadScriptName": "deploy-jar-to-asa.sh",
"const_checkScriptName": "check-provision-state.ps1",
"const_checkingBuilderStateDeploymentName": "checking-build-service-builder-state",
Expand Down

0 comments on commit e8afb07

Please sign in to comment.