@@ -708,7 +708,7 @@ The following ARM template shows how to configure the environment for running a
708
708
"resources" : [
709
709
{
710
710
"type" : " Microsoft.Network/virtualNetworks" ,
711
- "apiVersion" : " 2023-05 -01" ,
711
+ "apiVersion" : " 2023-09 -01" ,
712
712
"name" : " [parameters('vnetName')]" ,
713
713
"location" : " [parameters('location')]" ,
714
714
"properties" : {
@@ -761,15 +761,16 @@ The following ARM template shows how to configure the environment for running a
761
761
}
762
762
],
763
763
"defaultAction" : " Deny"
764
- }
764
+ },
765
+ "allowSharedKeyAccess" : true
765
766
},
766
767
"dependsOn" : [
767
768
" [resourceId('Microsoft.Network/virtualNetworks', parameters('vnetName'))]"
768
769
]
769
770
},
770
771
{
771
772
"type" : " Microsoft.ManagedIdentity/userAssignedIdentities" ,
772
- "apiVersion" : " 2023-01 -31" ,
773
+ "apiVersion" : " 2023-07 -31-preview " ,
773
774
"name" : " [parameters('userAssignedIdentityName')]" ,
774
775
"location" : " [parameters('location')]"
775
776
},
@@ -779,7 +780,7 @@ The following ARM template shows how to configure the environment for running a
779
780
"scope" : " [format('Microsoft.Storage/storageAccounts/{0}', parameters('storageAccountName'))]" ,
780
781
"name" : " [guid(tenantResourceId('Microsoft.Authorization/roleDefinitions', '69566ab7-960f-475b-8e7c-b3118f30c6bd'), resourceId('Microsoft.ManagedIdentity/userAssignedIdentities', parameters('userAssignedIdentityName')), resourceId('Microsoft.Storage/storageAccounts', parameters('storageAccountName')))]" ,
781
782
"properties" : {
782
- "principalId" : " [reference(resourceId('Microsoft.ManagedIdentity/userAssignedIdentities', parameters('userAssignedIdentityName')), '2023-01 -31').principalId]" ,
783
+ "principalId" : " [reference(resourceId('Microsoft.ManagedIdentity/userAssignedIdentities', parameters('userAssignedIdentityName')), '2023-07 -31-preview ').principalId]" ,
783
784
"roleDefinitionId" : " [tenantResourceId('Microsoft.Authorization/roleDefinitions', '69566ab7-960f-475b-8e7c-b3118f30c6bd')]" ,
784
785
"principalType" : " ServicePrincipal"
785
786
},
0 commit comments