Skip to content

Commit dbded28

Browse files
fix: Corrected the URL Endpoint URL
1 parent 0b7f1f7 commit dbded28

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

infra/scripts/post_deployment.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ $FullPath = Resolve-Path $DataScriptPath
3131
Write-Host ""
3232
Write-Host "🧭 Web App Details:"
3333
Write-Host " ✅ Name: $CONTAINER_WEB_APP_NAME"
34-
Write-Host " 🌐 Endpoint: https://$CONTAINER_WEB_APP_FQDN"
34+
Write-Host " 🌐 Endpoint: $CONTAINER_WEB_APP_FQDN"
3535
Write-Host " 🔗 Portal URL: $WEB_APP_PORTAL_URL"
3636

3737
Write-Host ""
3838
Write-Host "🧭 API App Details:"
3939
Write-Host " ✅ Name: $CONTAINER_API_APP_NAME"
40-
Write-Host " 🌐 Endpoint: https://$CONTAINER_API_APP_FQDN"
40+
Write-Host " 🌐 Endpoint: $CONTAINER_API_APP_FQDN"
4141
Write-Host " 🔗 Portal URL: $API_APP_PORTAL_URL"
4242

4343
# Write-Host ""

infra/scripts/post_deployment.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ DATA_SCRIPT_PATH="$(realpath "$DATA_SCRIPT_PATH")"
3333
echo ""
3434
echo "🧭 Web App Details:"
3535
echo " ✅ Name: $CONTAINER_WEB_APP_NAME"
36-
echo " 🌐 Endpoint: https://$CONTAINER_WEB_APP_FQDN"
36+
echo " 🌐 Endpoint: $CONTAINER_WEB_APP_FQDN"
3737
echo " 🔗 Portal URL: $WEB_APP_PORTAL_URL"
3838

3939
echo ""
4040
echo "🧭 API App Details:"
4141
echo " ✅ Name: $CONTAINER_API_APP_NAME"
42-
echo " 🌐 Endpoint: https://$CONTAINER_API_APP_FQDN"
42+
echo " 🌐 Endpoint: $CONTAINER_API_APP_FQDN"
4343
echo " 🔗 Portal URL: $API_APP_PORTAL_URL"
4444

4545
# echo ""

0 commit comments

Comments
 (0)