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/main.bicep
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,8 @@ param websitePassword string
4
4
@secure()
5
5
paramsessionSecretstring
6
6
7
-
@description('Custom name for the App Service. If not provided, defaults to wa-{solutionId}')
8
-
paramappServiceNamestring = ''
7
+
@description('Resource naming template with {resourcetype} placeholder. Example: "d365ce-dev-erp-{resourcetype}" creates "d365ce-dev-erp-wa" for web app and "d365ce-dev-erp-asp" for app service plan. If not provided, defaults to "{resourcetype}-{solutionId}".')
0 commit comments