Skip to content
This repository was archived by the owner on Oct 26, 2023. It is now read-only.

Commit 20ead2e

Browse files
committed
updating storage to v2
1 parent 5578fc8 commit 20ead2e

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ Right-click either/both of the project(s) and choose 'Publish...'
179179
- Function app instance
180180

181181
### PowerShell
182-
> **Important**: Run `deploy.ps1` in a new PowerShell window after you've executed `SetupEnvironment.ps1`. This refreshes environment variables so the build & deploy commands will execute successfully
182+
> **Important**: Run `deploy.ps1` in a new PowerShell window only _after_ you've executed `SetupEnvironment.ps1`. This refreshes environment variables so the build & deploy commands will execute successfully
183183
184184
Execute `deploy.ps1` providing:
185185
- Subscription ID

template.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"name": "Standard_LRS",
5858
"tier": "Standard"
5959
},
60-
"kind": "Storage",
60+
"kind": "StorageV2",
6161
"name": "[variables('v2storage')]",
6262
"apiVersion": "2018-03-01-preview",
6363
"location": "[parameters('region')]",
@@ -81,7 +81,8 @@
8181
}
8282
},
8383
"keySource": "Microsoft.Storage"
84-
}
84+
},
85+
"accessTier": "Hot"
8586
},
8687
"dependsOn": []
8788
},
@@ -91,7 +92,7 @@
9192
"name": "Standard_LRS",
9293
"tier": "Standard"
9394
},
94-
"kind": "Storage",
95+
"kind": "StorageV2",
9596
"name": "[variables('v1storage')]",
9697
"apiVersion": "2018-03-01-preview",
9798
"location": "[parameters('region')]",
@@ -115,7 +116,8 @@
115116
}
116117
},
117118
"keySource": "Microsoft.Storage"
118-
}
119+
},
120+
"accessTier": "Hot"
119121
},
120122
"dependsOn": []
121123
},

0 commit comments

Comments
 (0)