Azure DevOps Interview Questions1
Azure DevOps Interview Questions1
01-storage-account.json
{
"$schema":
"https://schema.management.azure.com/schemas/2019-04-01/de
ploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {},
"functions": [],
"variables": {},
"resources": [
{
"name": "abhioshekveeramalla11232",
"type": "Microsoft.Storage/storageAccounts",
"apiVersion": "2023-01-01",
"tags": {
"displayName": "abhioshekveeramalla11232"
},
"location": "[resourceGroup().location]",
"kind": "StorageV2",
"sku": {
"name": "Premium_LRS",
"tier": "Premium"
}
}
],
"outputs": {}
}