Родитель
5ed1302264
Коммит
ad6ff73e28
|
@ -2,4 +2,7 @@
|
|||
"newStorageAccountName" : {
|
||||
"value" : ""
|
||||
},
|
||||
"location": {
|
||||
"value": "West US"
|
||||
}
|
||||
}
|
|
@ -7,6 +7,13 @@
|
|||
"metadata": {
|
||||
"description": "Name of the Storage Account"
|
||||
}
|
||||
},
|
||||
"location": {
|
||||
"type": "string",
|
||||
"allowedValues": ["West US", "West Europe", "South East Asia"],
|
||||
"metadata": {
|
||||
"description": "Location of Premium storage account"
|
||||
}
|
||||
}
|
||||
},
|
||||
"resources": [
|
||||
|
@ -14,7 +21,7 @@
|
|||
"type": "Microsoft.Storage/storageAccounts",
|
||||
"name": "[parameters('newStorageAccountName')]",
|
||||
"apiVersion": "2015-05-01-preview",
|
||||
"location": "resourceGroup().Location",
|
||||
"location": "[parameters('location')]",
|
||||
"properties": {
|
||||
"accountType": "Premium_LRS"
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче