File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments