Skip to content

Commit e0c9b65

Browse files
Update resource Microsoft.Web/sites to 2025-03-01
1 parent c1490fd commit e0c9b65

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@2024-11-01' existing = {
34+
resource functionApp 'Microsoft.Web/sites@2025-03-01' existing = {
3535
name: appName
3636
}
3737

rg_funcapp.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ var function_app_config = {
161161
}
162162

163163
// Create the function app.
164-
resource functionApp 'Microsoft.Web/sites@2024-11-01' = {
164+
resource functionApp 'Microsoft.Web/sites@2025-03-01' = {
165165
name: functionAppName
166166
dependsOn: [storageBlobDataContributorRoleAssignment]
167167
location: location

0 commit comments

Comments
 (0)