Provides a single view of the jobs' status across multiple VMM instances that helps you gain insight about the health & performance of these jobs.
Ten szablon usługi Azure Resource Manager (ARM) został utworzony przez członka społeczności, a nie przez firmę Microsoft. Każdy szablon ARM jest licencjonowany przez swojego właściciela, a nie firmę Microsoft. Firma Microsoft nie odpowiada za szablony ARM dostarczane i licencjonowane przez członków społeczności i nie sprawdza ich pod kątem bezpieczeństwa, zgodności ani wydajności. Szablony ARM społeczności nie są wspierane w ramach żadnego programu lub usługi pomocy technicznej firmy Microsoft i są udostępniane W STANIE, W JAKIM SIĘ ZNAJDUJĄ bez żadnego rodzaju gwarancji.
Parametry
Nazwa parametru | Opis |
---|---|
workspaceName | Specify the name of the OMS workspace |
workspaceRegion | Specify the region of the OMS workspace |
pricingTier | Specify the pricing tier |
automationName | Specify the name of the Azure Automation account |
automationRegion | Specify the region of the Azure Automation account |
vmmServers | Specify the comma seperated list of the on-prem VMM server(s) |
Korzystanie z szablonu
PowerShell
New-AzureRmResourceGroupDeployment -Name <deployment-name> -ResourceGroupName <resource-group-name> -TemplateUri https://raw.githubusercontent.com/azure/azure-quickstart-templates/master/oms-vmm-analytics/azuredeploy.jsonInstalowanie i konfigurowanie programu PowerShell systemu Azure
Wiersz polecenia
azure config mode arm azure group deployment create <my-resource-group> <my-deployment-name> --template-uri https://raw.githubusercontent.com/azure/azure-quickstart-templates/master/oms-vmm-analytics/azuredeploy.jsonInstalowanie i konfigurowanie międzyplatformowego interfejsu wiersza polecenia platformy Azure