You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All Azure resources are tagged with `environment` (e.g., `stage`, `prod`) and `managed-by` (e.g., `bicep`, `manual`) for easier cost tracking and resource management.
export ACCOUNT_MANAGEMENT_VERSION=$(get_active_version "account-management-api"$RESOURCE_GROUP_NAME)# The version from the API is use for both API and Workers
40
-
export BACK_OFFICE_VERSION=$(get_active_version "back-office-api"$RESOURCE_GROUP_NAME)# The version from the API is use for both API and Workers
export ACCOUNT_MANAGEMENT_VERSION=$(get_active_version "account-management-api"$CLUSTER_RESOURCE_GROUP_NAME)# The version from the API is use for both API and Workers
40
+
export BACK_OFFICE_VERSION=$(get_active_version "back-office-api"$CLUSTER_RESOURCE_GROUP_NAME)# The version from the API is use for both API and Workers
41
41
42
42
az extension add --name application-insights --allow-preview true --only-show-errors
43
43
@@ -56,7 +56,7 @@ cd "$(dirname "${BASH_SOURCE[0]}")"
}')# Reverse the byte order for the first three sections of the GUID and concatenate
28
28
29
-
echo"$(date +"%Y-%m-%dT%H:%M:%S") Granting $MANAGED_IDENTITY_NAME (ID: $SID) in Recource group $RESOURCE_GROUP_NAME permissions on $SQL_SERVER/$SQL_DATABASE_NAME database"
29
+
echo"$(date +"%Y-%m-%dT%H:%M:%S") Granting $MANAGED_IDENTITY_NAME (ID: $SID) in Resource group $CLUSTER_RESOURCE_GROUP_NAME permissions on $SQL_SERVER/$SQL_DATABASE_NAME database"
30
30
31
31
# Execute the SQL script using mssql-scripter. Pass the script as a heredoc to sqlcmd to allow for complex SQL.
0 commit comments