Skip to content

Commit e1d41bd

Browse files
updated for sh
1 parent 97220d6 commit e1d41bd

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

azure.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ hooks:
1515
posix:
1616
shell: sh
1717
run: |
18-
Write-Host "🧭 Web App Details:"
19-
Write-Host "✅ Name: $CONTAINER_WEB_APP_NAME"
20-
Write-Host "🌐 Endpoint: https://$CONTAINER_WEB_APP_FQDN"
21-
Write-Host "🔗 Portal URL: https://portal.azure.com/#resource/subscriptions/$AZURE_SUBSCRIPTION_ID/resourceGroups/$AZURE_RESOURCE_GROUP/providers/Microsoft.App/containerApps/$CONTAINER_WEB_APP_NAME" -ForegroundColor Cyan
18+
echo "🧭 Web App Details:"
19+
echo "✅ Name: $CONTAINER_WEB_APP_NAME"
20+
echo "🌐 Endpoint: https://$CONTAINER_WEB_APP_FQDN"
21+
echo "🔗 Portal URL: https://portal.azure.com/#resource/subscriptions/$AZURE_SUBSCRIPTION_ID/resourceGroups/$AZURE_RESOURCE_GROUP/providers/Microsoft.App/containerApps/$CONTAINER_WEB_APP_NAME"
2222
23-
Write-Host "🧭 API App Details:"
24-
Write-Host "✅ Name: $CONTAINER_API_APP_NAME"
25-
Write-Host "🌐 Endpoint: https://$CONTAINER_API_APP_FQDN"
26-
Write-Host "🔗 Portal URL: https://portal.azure.com/#resource/subscriptions/$AZURE_SUBSCRIPTION_ID/resourceGroups/$AZURE_RESOURCE_GROUP/providers/Microsoft.App/containerApps/$CONTAINER_API_APP_NAME" -ForegroundColor Cyan
23+
echo "🧭 API App Details:"
24+
echo "✅ Name: $CONTAINER_API_APP_NAME"
25+
echo "🌐 Endpoint: https://$CONTAINER_API_APP_FQDN"
26+
echo "🔗 Portal URL: https://portal.azure.com/#resource/subscriptions/$AZURE_SUBSCRIPTION_ID/resourceGroups/$AZURE_RESOURCE_GROUP/providers/Microsoft.App/containerApps/$CONTAINER_API_APP_NAME"
2727
interactive: true
2828
windows:
2929
shell: pwsh

0 commit comments

Comments
 (0)