Skip to content

Commit 53aedfe

Browse files
committed
Refresh the VS articles
1 parent dca2a4b commit 53aedfe

File tree

10 files changed

+4
-2
lines changed

10 files changed

+4
-2
lines changed

articles/azure-resource-manager/templates/create-visual-studio-deployment-project.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,15 @@ You can customize a deployment project by modifying the Resource Manager templat
7373
1. The parameter for the type of storage account is pre-defined with allowed types and a default type. You can leave these values or edit them for your scenario. If you don't want anyone to deploy a **Premium_LRS** storage account through this template, remove it from the allowed types.
7474

7575
```json
76-
"demoaccountType": {
76+
"demoAccountType": {
7777
"type": "string",
7878
"defaultValue": "Standard_LRS",
7979
"allowedValues": [
8080
"Standard_LRS",
8181
"Standard_ZRS",
8282
"Standard_GRS",
83-
"Standard_RAGRS"
83+
"Standard_RAGRS",
84+
"Premium_LRS"
8485
]
8586
}
8687
```
-61.3 KB
Loading
-4.37 KB
Loading
1.18 KB
Loading
-6.63 KB
Loading
19.8 KB
Loading
19.7 KB
Loading
-2.43 KB
Loading
-5.14 KB
Loading

articles/azure-resource-manager/templates/toc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -458,6 +458,7 @@
458458
- name: Visual Studio
459459
href: create-visual-studio-deployment-project.md
460460
- name: Update VS deployment script to Az module
461+
displayName: Visual Studio
461462
href: update-visual-studio-deployment-script.md
462463
- name: Reference
463464
items:

0 commit comments

Comments
 (0)