Azure-snabbstartsmallarna finns för närvarande bara på engelska
This template creates a Windows VM and sets up the Anti-Malware protection
Den här ARM-mallen (Azure Resource Manager) skapades av en community-medlem, inte av Microsoft. Varje ARM-mall licensieras till dig enligt ett licensavtal av respektive ägare, inte Microsoft. Microsoft ansvarar inte för ARM-mallar som erbjuds och licensieras av community-medlemmar och undersöker inte mallarnas säkerhet, kompatibilitet eller prestanda. Microsofts supportprogram och supporttjänster omfattar inte support för ARM-mallar från community-medlemmar, och dessa mallar tillhandahålls i BEFINTLIGT SKICK utan någon form av garanti.
Parametrar
Parameternamn | Beskrivning |
---|---|
storageType | Type of Storage |
publicIPAddressName | Public IP Address Name |
publicIPAddressType | Public IP Address Type |
vmName | Name of the VM |
vmSize | Size of the VM |
imagePublisher | Image Publisher |
imageOffer | Image Offer |
imageSKU | Image SKU |
adminUsername | Admin username |
adminPassword | Admin password |
virtualNetworkName | VNET Name |
addressPrefix | VNET address space |
subnet1Name | Subnet 1 name |
subnet1Prefix | Subnet 1 address space |
nicName | Name of the NIC |
vmExtensionName | Extension name |
location | The region you wish to deploy your resources to |
Använda mallen
PowerShell
New-AzResourceGroup -Name <resource-group-name> -Location <resource-group-location> #use this command when you need to create a new resource group for your deploymentInstallera och konfigurera Azure PowerShell
New-AzResourceGroupDeployment -ResourceGroupName <resource-group-name> -TemplateUri https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/demos/anti-malware-extension-windows-vm/azuredeploy.json
Kommandoraden
az group create --name <resource-group-name> --location <resource-group-location> #use this command when you need to create a new resource group for your deploymentInstallera och konfigurera Azures plattformsoberoende kommandoradsgränssnitt
az group deployment create --resource-group <my-resource-group> --template-uri https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/demos/anti-malware-extension-windows-vm/azuredeploy.json