Fixing typos and missing context

This commit is contained in:
Sacha Narinx 2017-05-28 13:33:25 +04:00
Родитель 8edfd3edb6
Коммит 27857cd215
3 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -46,7 +46,7 @@ What's needed to setup the service provider components of zMontior.
* Scale according to number of tenants, a starting scale on a single partition is 2000 RUs. * Scale according to number of tenants, a starting scale on a single partition is 2000 RUs.
* Stream Analytics * Stream Analytics
* Configure input : storage account main logs containers * Configure input : storage account main logs containers
* Configure output : CosmosDB collection * Configure output : Cosmos DB collection
* Define the query: * Define the query:
```SQL ```SQL
SELECT SELECT

Просмотреть файл

@ -1,8 +1,8 @@
# zMonitor # zMonitor
## Tenant Deployment ## Tenant \ Subscription Deployment
Tenant operations monitoring is enabled through Operations Management Suite (OMS). What you monitor and report on is dependent on the solutions and agents deployed and how monitoring is configured per workload in each tenant. Tenant \ subscription operations monitoring is enabled through Operations Management Suite (OMS). What you monitor and report on is dependent on the solutions and agents deployed and how monitoring is configured per workload in each tenant.
Monitoring is enabled using two core Azure components: Monitoring is enabled using two core Azure components:
@ -11,7 +11,7 @@ Monitoring is enabled using two core Azure components:
The overall process for tenant monitoring is: The overall process for tenant monitoring is:
1. Configure Log Analytics 1. Configure Log Analytics
1. Define Log Analytics queries to extract the monitoring information required 1. Define Log Analytics queries to extract the monitoring information required
1. Schedule Azure Automation runbooks to execute queries and upload to service provider 1. Schedule Azure Automation runbooks to execute queries and upload to service provider
@ -39,7 +39,7 @@ The overall process for tenant monitoring is:
azureadmin: <whatever> azureadmin: <whatever>
azureAdminPwd: <whatever> azureAdminPwd: <whatever>
``` ```
NOTE: Ensure that the omsWorkspaceName is the same as the tenant name, for example, if registered tenant name is tenant1.onmicrosoft.com, then make the omsWorkspaceName "tenant1". NOTE: Ensure that the omsWorkspaceName is the same as the tenant name, for example, if registered tenant name is tenant1.onmicrosoft.com, then make the omsWorkspaceName "tenant1". The omsWorkspace name is how you uniquely identify subscriptions or tenants.
1. Wait for script execution to complete (takes about 10 minutes). 1. Wait for script execution to complete (takes about 10 minutes).

Просмотреть файл

@ -4,7 +4,7 @@
An Azure platform native monitoring solution that enables monitoring across multiple tenants or subscriptions. An Azure platform native monitoring solution that enables monitoring across multiple tenants or subscriptions.
The primary goal is to utilize Azure native components, and deliver an as simple as possible, highly configurable and scalable, cost-effective monitoring solution. The driving force behind this solution was the need to be able to monitor Azure resources across tenants (for service providers), using Azure native tools. WHile there are many metrics and logs generated in Azure, surfacing this information across subscriptions/tenants proved challenging. The primary goal is to utilize Azure native components, and deliver an as simple as possible, highly configurable and scalable, cost-effective monitoring solution. The driving force behind this solution was the need to be able to monitor Azure resources across tenants (for service providers), using Azure native tools. While there are many metrics and logs generated in Azure, surfacing this information across subscriptions/tenants proved challenging.
## Solution ## Solution