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
Copy file name to clipboardExpand all lines: infrastructure/azure/README.md
+13-12Lines changed: 13 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,7 @@ Notes:
110
110
-`WEB_APP_NAME` and `FUNCTION_APP_NAME` are only strictly required when `deployInfra=false` and the pipeline cannot look up names from a prior Bicep deployment output.
111
111
-`SQL_ADMIN_LOGIN` and `SQL_ADMIN_PASSWORD` are only required when `deployInfra=true`.
112
112
-`WEB_APP_SETTINGS_JSON` and `FUNCTION_APP_SETTINGS_JSON` default to `[]` in the pipeline and are meant to hold Azure App Service settings payloads.
113
-
-`EXPECTED_FUNCTIONS` defaults to the current timer functions: `AppWebJobSyncFunction,ManifestSyncFunction,PackageVersionSyncFunction,WebJobStatusSyncFunction_Timer`.
113
+
-`EXPECTED_FUNCTIONS` defaults to the current timer functions: `AppWebJobSyncFunction,ManifestSyncFunction,PackageVersionSyncFunction,WebJobStatusSyncFunction`.
114
114
115
115
Example `WEB_APP_SETTINGS_JSON` value:
116
116
@@ -120,12 +120,12 @@ Example `WEB_APP_SETTINGS_JSON` value:
- Resource names default to deterministic values derived from app name, environment, and resource group.
151
+
- Resource names default to deterministic values derived from app name, environment, and resource group. The Web App defaults are `crusibyl-test` for test and `crusibyl` for prod unless explicitly overridden.
152
152
- Monitoring is enabled by default and can be disabled with `DEPLOY_MONITORING=false`.
153
153
- The Function App currently uses the SQL connection string via `ConnectionStrings__DefaultConnection`.
154
+
- The Function App allows `https://portal.azure.com` in CORS so HTTP-trigger functions can be invoked from the Azure portal.
154
155
- The pipeline template validates host health plus registered function names, which is our first-pass check that timer triggers synced after deployment.
0 commit comments