Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
- "contentVersion": "1.0.0.0",
- "parameters": {
- "location": {
- "value": "westeurope"
- },
- "networkInterfaceName": {
- "value": "olegk-vm835"
- },
- "subnetName": {
- "value": "default"
- },
- "virtualNetworkName": {
- "value": "olegktestwestus-vnet"
- },
- "addressPrefixes": {
- "value": [
- "10.0.0.0/24"
- ]
- },
- "subnets": {
- "value": [
- {
- "name": "default",
- "properties": {
- "addressPrefix": "10.0.0.0/24"
- }
- }
- ]
- },
- "publicIpAddressName": {
- "value": "olegk-VM-ip"
- },
- "publicIpAddressType": {
- "value": "Dynamic"
- },
- "publicIpAddressSku": {
- "value": "Basic"
- },
- "virtualMachineName": {
- "value": "olegk-VM"
- },
- "virtualMachineRG": {
- "value": "olegktestwestus"
- },
- "osDiskType": {
- "value": "Premium_LRS"
- },
- "virtualMachineSize": {
- "value": "Standard_B1ms"
- },
- "adminUsername": {
- "value": "olegk"
- },
- "adminPassword": {
- "value": null
- },
- "diagnosticsStorageAccountName": {
- "value": "olegktestwestusdiag"
- },
- "diagnosticsStorageAccountId": {
- "value": "Microsoft.Storage/storageAccounts/olegktestwestusdiag"
- },
- "diagnosticsStorageAccountType": {
- "value": "Standard_LRS"
- },
- "diagnosticsStorageAccountKind": {
- "value": "Storage"
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement