diff --git a/asr-oms-monitoring/README.md b/asr-oms-monitoring/README.md index cdd342d3da47..e6b008352522 100644 --- a/asr-oms-monitoring/README.md +++ b/asr-oms-monitoring/README.md @@ -7,7 +7,7 @@ This solution (currently in private preview) will allow you to capture your Azure Site Recovery operations (across subscriptions and Recovery Vaults) and visualize them in Operations Management Suite (Log Analytics). This solution currently leverages an automation runbook in Azure Automation, the Log Analytics Ingestion API, together with Log Analytics to present data about all your ASR Recovery Vaults into a single log analytics workspace. -![alt text](images/armasr.png "OMS ASR Monitoring") +![alt text](images/knarmasr.png "OMS ASR Monitoring") ## Pre-reqs @@ -31,23 +31,23 @@ If you **dont** have an existing OMS Log Analytics Workspace, the template will ######Locate your existing OMS Log Analytics Workspace and note the name of the workspace, the location of the workspace, and the Resource Group -![alt text](images/omsworkspace.png "omsws") +![alt text](images/knomsworkspace.png "omsws") ######Next, create a new Automation Account and click on *New* and search for 'Automation' -![alt text](images/automation.png "automation") +![alt text](images/knautomation.png "automation") ######Select Automation and click *Create* -![alt text](images/create.png "create") +![alt text](images/kncreate.png "create") ######Specify the name of the Automation Account and ensure you are selecting 'Use existing' and selects the Resource Group containing the OMS Log Analytics workspace. If possible, use the same Azure Region for the Automation Account. Ensure that 'Create Azure Run As account' is set to 'Yes' and click 'Create' -![alt text](images/aaccount.png "Create account") +![alt text](images/knaaccount.png "Create account") ######Once the deployment has completed, you should see the Automation account and the Log Analytics workspace in the same Resource Group -![alt text](images/rg.png "Resource Group") +![alt text](images/knrg.png "Resource Group") ######You can now deploy the template [![Deploy to Azure](http://azuredeploy.net/deploybutton.png)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fazure%2Fazure-quickstart-templates%2Fmaster%2Fasr-oms-monitoring%2F%2Fazuredeploy.json) @@ -59,17 +59,17 @@ If you **dont** have an existing OMS Log Analytics Workspace, the template will ###### You should also change the *INGESTSCHEDULEGUID* value. You can generate your own using PowerShell with the following cmdlet: -![alt text](images/guid.png "guid") +![alt text](images/knguid.png "guid") ######Once you have customized all the parameters, click *Create* -![alt text](images/armtemp.png "template") +![alt text](images/knarmtemp.png "template") ######The ingestion will start 5-10 minutes post deployment, and this can be verified by opening the *Log Search* in Log Analytics and typing the following query: ##### * | measure count () by Type -![alt text](images/logsearch.png "Log Search") +![alt text](images/knlogsearch.png "Log Search") #####Note: You will not see any data ingestion if you don't have any Recovery Vaults in your subscription @@ -81,19 +81,19 @@ If you **dont** have an existing OMS Log Analytics Workspace, the template will ######Create a new Automation Account and click on *New* and search for 'Automation' -![alt text](images/automation.png "automation") +![alt text](images/knautomation.png "automation") ######Select Automation and click *Create* -![alt text](images/create.png "create") +![alt text](images/kncreate.png "create") ######Specify the name of the Automation Account and create the account into a new Resource Group. Ensure that 'Create Azure Run As account' is set to 'Yes' and click 'Create' -![alt text](images/newrg.png "Create account") +![alt text](images/knnewrg.png "Create account") ######Once the deployment has completed, you should see the new Resource Group with the Automation account -![alt text](images/autorg.png "RG") +![alt text](images/knautorg.png "RG") ######You can now deploy the template [![Deploy to Azure](http://azuredeploy.net/deploybutton.png)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fazure%2Fazure-quickstart-templates%2Fmaster%2Fasr-oms-monitoring%2F%2Fazuredeploy.json) @@ -105,16 +105,16 @@ If you **dont** have an existing OMS Log Analytics Workspace, the template will ###### You should also change the *INGESTSCHEDULEGUID* value. You can generate your own using PowerShell with the following cmdlet: -![alt text](images/guid.png "guid") +![alt text](images/knguid.png "guid") ######Once you have customized all the parameters, click *Create* -![alt text](images/newoms.png "New workspace") +![alt text](images/knnewoms.png "New workspace") ######The ingestion will start 5-10 minutes post deployment, and this can be verified by opening the *Log Search* in Log Analytics and typing the following query: ##### * | measure count () by Type -![alt text](images/logsearch.png "Log Search") +![alt text](images/knlogsearch.png "Log Search") #####Note: You will not see any data ingestion if you don't have any Recovery Vaults in your subscription \ No newline at end of file diff --git a/asr-oms-monitoring/azuredeploy.json b/asr-oms-monitoring/azuredeploy.json index 703e8d657235..4b6fd599264d 100644 --- a/asr-oms-monitoring/azuredeploy.json +++ b/asr-oms-monitoring/azuredeploy.json @@ -6,7 +6,7 @@ "type": "string", "defaultValue": "omslawsasr", "metadata": { - "description": "Assign a name for the Log Analytic Workspace Name" + "description": "Create new or refer to an existing Log Analytic Workspace" } }, "omslogAnalyticsRegion": { @@ -18,7 +18,7 @@ "southeastasia" ], "metadata": { - "description": "Specify the Azure Region for your OMS workspace" + "description": "Specify the Azure Region for your new or existing OMS workspace" } }, "omsautomationAccountName": { @@ -44,7 +44,7 @@ }, "ingestScheduleGuid": { "type": "string", - "defaultValue": "f07a71f9-e063-468b-b1ce-ed07d3f74a63", + "defaultValue": "353660ab-1fc8-4714-84c4-083bb8bd9e60", "metadata": { "description": "GUID for the schedule creation - create a unique before deploy" } diff --git a/asr-oms-monitoring/azuredeploy.parameters.json b/asr-oms-monitoring/azuredeploy.parameters.json index 3cdb015a2f75..39adc8b9c080 100644 --- a/asr-oms-monitoring/azuredeploy.parameters.json +++ b/asr-oms-monitoring/azuredeploy.parameters.json @@ -15,7 +15,7 @@ "value": "westeurope" }, "ingestScheduleGuid": { - "value": "f07a71f9-e063-468b-b1ce-ed07d3f74a63" + "value": "353660ab-1fc8-4714-84c4-083bb8bd9e60" } } } \ No newline at end of file diff --git a/asr-oms-monitoring/images/OMSASR.PNG b/asr-oms-monitoring/images/OMSASR.PNG deleted file mode 100644 index 9b647c28a719..000000000000 Binary files a/asr-oms-monitoring/images/OMSASR.PNG and /dev/null differ diff --git a/asr-oms-monitoring/images/asrarm.PNG b/asr-oms-monitoring/images/asrarm.PNG deleted file mode 100644 index 9d01762aaac0..000000000000 Binary files a/asr-oms-monitoring/images/asrarm.PNG and /dev/null differ diff --git a/asr-oms-monitoring/images/aaccount.PNG b/asr-oms-monitoring/images/knaaccount.png similarity index 100% rename from asr-oms-monitoring/images/aaccount.PNG rename to asr-oms-monitoring/images/knaaccount.png diff --git a/asr-oms-monitoring/images/armasr.png b/asr-oms-monitoring/images/knarmasr.png similarity index 100% rename from asr-oms-monitoring/images/armasr.png rename to asr-oms-monitoring/images/knarmasr.png diff --git a/asr-oms-monitoring/images/armtemp.PNG b/asr-oms-monitoring/images/knarmtemp.png similarity index 100% rename from asr-oms-monitoring/images/armtemp.PNG rename to asr-oms-monitoring/images/knarmtemp.png diff --git a/asr-oms-monitoring/images/automation.PNG b/asr-oms-monitoring/images/knautomation.png similarity index 100% rename from asr-oms-monitoring/images/automation.PNG rename to asr-oms-monitoring/images/knautomation.png diff --git a/asr-oms-monitoring/images/autorg.PNG b/asr-oms-monitoring/images/knautorg.png similarity index 100% rename from asr-oms-monitoring/images/autorg.PNG rename to asr-oms-monitoring/images/knautorg.png diff --git a/asr-oms-monitoring/images/create.PNG b/asr-oms-monitoring/images/kncreate.png similarity index 100% rename from asr-oms-monitoring/images/create.PNG rename to asr-oms-monitoring/images/kncreate.png diff --git a/asr-oms-monitoring/images/guid.PNG b/asr-oms-monitoring/images/knguid.png similarity index 100% rename from asr-oms-monitoring/images/guid.PNG rename to asr-oms-monitoring/images/knguid.png diff --git a/asr-oms-monitoring/images/logsearch.PNG b/asr-oms-monitoring/images/knlogsearch.png similarity index 100% rename from asr-oms-monitoring/images/logsearch.PNG rename to asr-oms-monitoring/images/knlogsearch.png diff --git a/asr-oms-monitoring/images/newoms.PNG b/asr-oms-monitoring/images/knnewoms.png similarity index 100% rename from asr-oms-monitoring/images/newoms.PNG rename to asr-oms-monitoring/images/knnewoms.png diff --git a/asr-oms-monitoring/images/newrg.PNG b/asr-oms-monitoring/images/knnewrg.png similarity index 100% rename from asr-oms-monitoring/images/newrg.PNG rename to asr-oms-monitoring/images/knnewrg.png diff --git a/asr-oms-monitoring/images/omsworkspace.PNG b/asr-oms-monitoring/images/knomsworkspace.png similarity index 100% rename from asr-oms-monitoring/images/omsworkspace.PNG rename to asr-oms-monitoring/images/knomsworkspace.png diff --git a/asr-oms-monitoring/images/rg.PNG b/asr-oms-monitoring/images/knrg.png similarity index 100% rename from asr-oms-monitoring/images/rg.PNG rename to asr-oms-monitoring/images/knrg.png