File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ var linkedBackendId = backendType == 'container' ? container.id : ''
51
51
52
52
// Azure Static Web Apps
53
53
// https://docs.microsoft.com/azure/templates/microsoft.web/staticsites?tabs=bicep
54
- resource staticWebApp 'Microsoft.Web/staticSites@2021-03 -01' = {
54
+ resource staticWebApp 'Microsoft.Web/staticSites@2022-09 -01' = {
55
55
name : 'website-${projectName }-${environment }-${uid }'
56
56
location : location
57
57
tags : tags
@@ -67,7 +67,7 @@ resource staticWebApp 'Microsoft.Web/staticSites@2021-03-01' = {
67
67
68
68
// Azure Static Web Apps linked backends
69
69
// https://learn.microsoft.com/fazure/templates/microsoft.web/staticsites/linkedbackends?pivots=deployment-language-bicep
70
- resource staticWebAppBackend 'linkedBackends@2022-03 -01' = if (linkedBackend ) {
70
+ resource staticWebAppBackend 'linkedBackends@2022-09 -01' = if (linkedBackend ) {
71
71
name : 'website-api-${projectName }-${environment }-${uid }'
72
72
properties : {
73
73
backendResourceId : linkedBackendId
You can’t perform that action at this time.
0 commit comments