We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c65bf01 commit 1f326d9Copy full SHA for 1f326d9
infra/main.bicep
@@ -292,11 +292,7 @@ param useKeyVault bool = authType == 'rbac' ? false : true
292
@description('Id of the user or app to assign application roles')
293
param principalId string = ''
294
295
-@description('Hosting model for the web apps. Containers are prebuilt and can be deployed faster, but code allows for more customization.')
296
-@allowed([
297
- 'code'
298
- 'container'
299
-])
+@description('Hosting model for the web apps. This value is fixed as "container", which uses prebuilt containers for faster deployment.')
300
param hostingModel string = 'container'
301
302
@allowed([
0 commit comments