Skip to content
This repository was archived by the owner on Oct 4, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
feat(hub-501): use storage v2 for storage accounts for deployments
  • Loading branch information
kevin-boutin committed Sep 19, 2023
commit cbb470ab1ea01cddccdefc3f89e58e2bdea4fd80
2 changes: 1 addition & 1 deletion src/armTemplates/resources/storageAccount.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export class StorageAccountResource implements ArmResourceTemplateGenerator {
name: "[parameters('storageAccountName')]",
type: "Microsoft.Storage/storageAccounts",
location: "[parameters('location')]",
kind: "Storage",
kind: "StorageV2",
properties: {
accountType: "[parameters('storageAccountSkuName')]"
},
Expand Down