Skip to content

Commit 0f81f6c

Browse files
Update resource Microsoft.Web/sites to 2024-11-01
1 parent 65c1d85 commit 0f81f6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rg_add_eventgrid.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ resource packageContainer 'Microsoft.Storage/storageAccounts/blobServices/contai
3131
parent: defBlobServices
3232
name: package_container_name
3333
}
34-
resource functionApp 'Microsoft.Web/sites@2023-01-01' existing = {
34+
resource functionApp 'Microsoft.Web/sites@2024-11-01' existing = {
3535
name: appName
3636
}
3737

rg_funcapp.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ var app_settings = use_shared_keys ? concat(common_settings, [
141141
])
142142

143143
// Create the function app.
144-
resource functionApp 'Microsoft.Web/sites@2023-01-01' = {
144+
resource functionApp 'Microsoft.Web/sites@2024-11-01' = {
145145
name: functionAppName
146146
dependsOn: [storageBlobDataContributorRoleAssignment]
147147
location: location

0 commit comments

Comments
 (0)