Skip to content

Commit 9dc65ca

Browse files
committed
output AZURE_CONTAINER_REGISTRY_ENDPOINT
1 parent a99a6c5 commit 9dc65ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

infra/main.bicep

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -980,3 +980,4 @@ output AZURE_USERSTORAGE_RESOURCE_GROUP string = storageResourceGroup.name
980980
output AZURE_USE_AUTHENTICATION bool = useAuthentication
981981

982982
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

Comments
 (0)