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
"body": "<p>Dear Team,</p><p>We would like to inform you that the Modernize-your-code-solution-accelerator Automation process has encountered an issue and has failed to complete successfully.</p><p><strong>Build URL:</strong> ${RUN_URL}<br> ${OUTPUT}</p><p>Please investigate the matter at your earliest convenience.</p><p>Best regards,<br>Your Automation Team</p>"
123
-
}
124
-
EOF
125
-
)
126
-
127
-
# Send the notification
128
-
curl -X POST "${{ secrets.LOGIC_APP_URL }}" \
129
-
-H "Content-Type: application/json" \
130
-
-d "$EMAIL_BODY" || echo "Failed to send notification"
131
-
132
151
- name: Logout from Azure
133
152
if: always()
134
153
run: |
@@ -171,7 +190,6 @@ jobs:
171
190
172
191
if [ -z "$log_analytics_workspace_name" ]; then
173
192
echo "No Log Analytics workspace found in resource group ${{ env.RESOURCE_GROUP_NAME }}."
"body": "<p>Dear Team,</p><p>We would like to inform you that the DocGen Deployment Automation process has encountered an issue and has failed to complete successfully.</p><p><strong>Build URL:</strong> <a href=\"${RUN_URL}\">${RUN_URL}</a><br></p><p>Please investigate the matter at your earliest convenience.</p><p>Best regards,<br>Your Automation Team</p>"
393
+
}
394
+
EOF
395
+
)
396
+
397
+
curl -X POST "${{ secrets.LOGIC_APP_URL }}" \
398
+
-H "Content-Type: application/json" \
399
+
-d "$EMAIL_BODY" || echo "Failed to send notification"
Copy file name to clipboardExpand all lines: docs/CustomizingAzdParameters.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ By default this template will use the environment name as the prefix to prevent
17
17
|`AZURE_ENV_MODEL_CAPACITY`| integer |`200`| Set the Model Capacity (choose a number based on available GPT model capacity in your subscription). |
18
18
|`AZURE_ENV_LOG_ANALYTICS_WORKSPACE_ID`| string |`<Existing Workspace Id>`| Set this if you want to reuse an existing Log Analytics Workspace instead of creating a new one. |
19
19
|`AZURE_ENV_IMAGETAG`| string |`latest`| Set the Image tag Like (allowed values: latest, dev, hotfix) |
20
-
20
+
|`AZURE_ENV_JUMPBOX_SIZE`| string |`Standard_DS2_v2`| Specifies the size of the Jumpbox Virtual Machine. Set a custom value if `enablePrivateNetworking` is `true`. |
0 commit comments