A template for creating an OMS solution to monitor Hyper-V replica.
この Azure Resource Manager (ARM) テンプレートは、マイクロソフトではなく、コミュニティのメンバーによって作成されました。各 ARM テンプレートは、マイクロソフトではなく、テンプレートの所有者によるライセンス契約に基づいて使用許諾されます。マイクロソフトは、コミュニティ メンバーによって提供および使用許諾される ARM テンプレートに対して責任を負わず、セキュリティ、互換性、パフォーマンスなどについての調査を行っていません。コミュニティ ARM テンプレートは、Microsoft サポート プログラムまたはサービスのサポート対象ではなく、手を加えずに提供され、いかなる保証もありません。
パラメーター
パラメーター名 | 説明 |
---|---|
workspaceName | The name of your OMS Log Analytics workspace. |
workspaceRegion | The region of your OMS Log Analytics workspace. |
automationAccountName | The name of the Automation account to use. If this account exists, check the pricing tier and tags to make sure they match the exisitng account. |
automationRegion | The region the Automaiton account is located in. |
automationPricingTier | The pricing tier for the Automation account. |
onPremisesRunAsUserName | The username for the Account That Has Access To The On-Premises servers. |
onPremisesRunAsPassword | The password for the Account That Has Access To The On-Premises servers. |
workSpaceID | The Work Space ID for your OMS workspace. |
workSpacePrimaryKey | The Work Space Primary Key for your OMS workspace. |
_artifactsLocation | The base URI where artifacts required by this template are located. |
_artifactsSasToken | The sasToken required to access _artifactsLocation. |
テンプレートを使用する
PowerShell
New-AzureRmResourceGroupDeployment -Name <deployment-name> -ResourceGroupName <resource-group-name> -TemplateUri https://raw.githubusercontent.com/azure/azure-quickstart-templates/master/oms-hyperv-replica-solution/azuredeploy.jsonAzure PowerShell のインストールと構成
コマンド ライン
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-hyperv-replica-solution/azuredeploy.jsonAzure クロス プラットフォーム コマンド ライン インターフェイスのインストールと構成