I modelli di Avvio rapido di Azure sono al momento disponibili in inglese
This will deploy a virtual machine, OMS and other network resources. Perform the DDoS attack by following the guidleines and execute the scenario for detection of a DDoS attack.
Questo modello di Azure Resource Manager è stato creato da un membro della community e non da Microsoft. Ogni modello di Azure Resource Manager viene concesso in licenza ai sensi di un contratto di licenza a cura del proprietario e non di Microsoft. Microsoft non è responsabile dei modelli di Azure Resource Manager forniti e concessi in licenza da membri della community e non ne verifica la sicurezza, la compatibilità o le prestazioni. I modelli di Azure Resource Manager della community non sono supportati nell'ambito di alcun programma o servizio di supporto tecnico Microsoft e vengono resi disponibili COSÌ COME SONO senza garanzie di alcun tipo.
Parametri
Nome parametro | Descrizione |
---|---|
_artifactsLocation | this will be the location for artifacts |
_artifactsLocationSasToken | this will be the sas key to access artifacts |
location | your resources will be created in this location |
omsSku | this will be you SKU for OMS |
vNetName | this will be name of the VNET |
vNetAddressSpace | this will be address space for VNET |
subnetName | this will be name of the subnet |
subnetAddressSpace | this will be address space for subnet |
nsgNamePrefix | this will be prefix used for NSG |
pipAddressType | this will be the type of public IP address used for the VM name |
vmNamePrefix | this will be the prefix used for the VM name |
adminUserName | this will be the user name of the VMs deployed |
adminUserPassword | this will be the password of the user created on the user |
emailToSendAlertsTo | attack email alerts will be sent to this email id |
Usa il modello
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 deploymentInstallare e configurare Azure PowerShell
New-AzResourceGroupDeployment -ResourceGroupName <resource-group-name> -TemplateUri https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/demos/ddos-attack-prevention/azuredeploy.json
Riga di comando
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 deploymentInstallare e configurare l'interfaccia della riga di comando multipiattaforma di Azure
az group deployment create --resource-group <my-resource-group> --template-uri https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/demos/ddos-attack-prevention/azuredeploy.json