Skip to content

Commit 1f326d9

Browse files
fix: Update Hosting Model Configuration in ARM/Bicep Template (#1570)
1 parent c65bf01 commit 1f326d9

File tree

2 files changed

+176
-184
lines changed

2 files changed

+176
-184
lines changed

infra/main.bicep

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -292,11 +292,7 @@ param useKeyVault bool = authType == 'rbac' ? false : true
292292
@description('Id of the user or app to assign application roles')
293293
param principalId string = ''
294294

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-
])
295+
@description('Hosting model for the web apps. This value is fixed as "container", which uses prebuilt containers for faster deployment.')
300296
param hostingModel string = 'container'
301297

302298
@allowed([

0 commit comments

Comments
 (0)