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 a99a6c5 commit 9dc65caCopy full SHA for 9dc65ca
infra/main.bicep
@@ -980,3 +980,4 @@ output AZURE_USERSTORAGE_RESOURCE_GROUP string = storageResourceGroup.name
980
output AZURE_USE_AUTHENTICATION bool = useAuthentication
981
982
output BACKEND_URI string = deploymentTarget == 'appservice' ? backend.outputs.uri : acaBackend.outputs.uri
983
+output AZURE_CONTAINER_REGISTRY_ENDPOINT string = deploymentTarget == 'containerapps' ? containerApps.outputs.registryLoginServer : ''
0 commit comments