You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/vm/vminsights-troubleshoot.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,9 +60,11 @@ See the following articles for troubleshooting issues with the Log Analytics age
60
60
### Identifying the Issue
61
61
62
62
To identify if this is the case you would first browse to the Monitor Dashboard, locate the Data Collection Rule in Question and view the JSON properties using the link on the top right-hand side of the overview blade:
63
+
63
64

64
65
65
66
You will see that stream name has been changed from its original name to reflect the performance counter stream name:
67
+
66
68

67
69
68
70
We can see while the counter sections are pointing the perf table, the stream dataflow is still configured for the proper destination Microsof-InsightsMetrics.
@@ -92,32 +94,41 @@ This issue can't be resolved using the Monitor Dashboard directly, but we can fi
92
94
#### Modify the Template
93
95
94
96
1. Open the template file in the editor of your choice and locate the invalid stream name under the performance counter data source.
97
+
95
98

96
99
97
100
2. Using the valid stream name from the dataflow node fix the invalid reference, then save and close your file:
101
+
98
102

99
103
100
104
#### Import the Template using the Custom Deployment Feature
101
105
102
106
1. Back in the portal, search for and navigate to the custom template deployment:
107
+
103
108

104
109
105
110
2. Choose the Option to "Build Your Own Template"
111
+
106
112

107
113
108
114
3. Using the "Load File" link browse to your saved template and parameter file:
115
+
109
116

110
117
111
118
4. Visually inspect the template to validate the change is in place and select the Save button
119
+
112
120

113
121
114
122
5. From here the portal will use the parameter file to fill in the deployment options (which can be changed) or left intact to overwrite the existing DCR, Once completed select the review and Create button.
123
+
115
124

116
125
117
126
6. After validation then we can select the Create button to finalize the deployment.
127
+
118
128

119
129
120
130
7. After the deployment is complete, we can browse to the DCR again and review the JSON in overview blade:
131
+
121
132

122
133
123
134
8. The agent will detect this change and download the new configuration, and this should restore ingestion to the insight metrics table.
Copy file name to clipboardExpand all lines: articles/reliability/availability-zones-overview.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,9 @@ The following diagram shows several example Azure regions. Regions 1 and 2 suppo
24
24
25
25
To see which regions support availability zones, see [Azure regions with availability zone support](availability-zones-service-support.md#azure-regions-with-availability-zone-support).
26
26
27
+
> [!NOTE]
28
+
> You need to deploy two or more Virtual Machines to different availability zones in the same region to get the highest possible [SLA connectivity percentage](https://www.microsoft.com/licensing/docs/view/Service-Level-Agreements-SLA-for-Online-Services?lang=1).
29
+
27
30
## Zonal and zone-redundant services
28
31
29
32
When you deploy into an Azure region that contains availability zones, you can use multiple availability zones together. By using multiple availability zones, you can keep separate copies of your application and data within separate physical datacenters in a large metropolitan area.
Copy file name to clipboardExpand all lines: includes/dns-limits.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ ms.author: greglin
11
11
| --- | --- |
12
12
| Public DNS zones per subscription |250 <sup>1</sup> |
13
13
| Record sets per public DNS zone |10,000 <sup>1</sup> |
14
-
| Records per record set in public DNS zone |20 |
14
+
| Records per record set in public DNS zone |20 <sup>1</sup> |
15
15
| Number of Alias records for a single Azure resource |20|
16
16
17
17
<sup>1</sup>If you need to increase these limits, contact Azure Support.
@@ -51,4 +51,4 @@ ms.author: greglin
51
51
| Target DNS servers per forwarding rule |6|
52
52
| QPS per endpoint |10,000|
53
53
54
-
<sup>1</sup>Different limits might be enforced by the Azure portal until the portal is updated. Use PowerShell to provision elements up to the most current limits.
54
+
<sup>1</sup>Different limits might be enforced by the Azure portal until the portal is updated. Use PowerShell to provision elements up to the most current limits.
0 commit comments