Skip to content

Commit f5d75b9

Browse files
Merge pull request #245035 from siddomala/VMSSdocs
Updating VMSS docs
2 parents 155e7ac + ea3933b commit f5d75b9

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

articles/virtual-wan/monitor-virtual-wan-reference.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The following metric is available for virtual hub router within a virtual hub:
2424

2525
| Metric | Description|
2626
| --- | --- |
27-
| **Virtual Hub Data Processed** | Data in bytes/second on how much traffic traverses the virtual hub router in a given time period. Note that only the following flows use the virtual hub router: VNet to VNet (same hub) and VPN/ExpressRoute branch to VNet (interhub).|
27+
| **Virtual Hub Data Processed** | Data on how much traffic traverses the virtual hub router in a given time period. Note that only the following flows use the virtual hub router: VNet to VNet (same hub) and VPN/ExpressRoute branch to VNet (interhub).|
2828

2929
#### PowerShell steps
3030

@@ -33,7 +33,7 @@ To query, use the following example PowerShell commands. The necessary fields ar
3333
**Step 1:**
3434

3535
```azurepowershell-interactive
36-
$MetricInformation = Get-AzMetric -ResourceId "/subscriptions/<SubscriptionID>/resourceGroups/<ResourceGroupName>/providers/Microsoft.Network/VirtualHubs/<VirtualHubName>" -MetricName "VirtualHubDataProcessed" -TimeGrain 00:05:00 -StartTime 2022-2-20T01:00:00Z -EndTime 2022-2-20T01:30:00Z -AggregationType Average
36+
$MetricInformation = Get-AzMetric -ResourceId "/subscriptions/<SubscriptionID>/resourceGroups/<ResourceGroupName>/providers/Microsoft.Network/VirtualHubs/<VirtualHubName>" -MetricName "VirtualHubDataProcessed" -TimeGrain 00:05:00 -StartTime 2022-2-20T01:00:00Z -EndTime 2022-2-20T01:30:00Z -AggregationType Sum
3737
```
3838

3939
**Step 2:**
@@ -50,11 +50,8 @@ $MetricInformation.Data
5050

5151
* **Start Time and End Time** - This time is based on UTC, so please ensure that you're entering UTC values when inputting these parameters. If these parameters aren't used, the past one hour's worth of data is shown by default.
5252

53-
* **Aggregation Types** - Average/Minimum/Maximum/Total
54-
* Average - Total average of bytes/sec per the selected time period.
55-
* Minimum – Minimum bytes that were sent during the selected time grain period.
56-
* Maximum – Maximum bytes that were sent during the selected time grain period.
57-
* Total – Total bytes/sec that were sent during the selected time grain period.
53+
* **Sum Aggregation Type** - This aggregation type will show you the total number of bytes that traversed the virtual hub router during a selected time period. The **Max** and **Min** aggregation types are not meaningful.
54+
5855

5956
### <a name="s2s-metrics"></a>Site-to-site VPN gateway metrics
6057

articles/virtual-wan/virtual-wan-faq.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,7 @@ If the update fails for any reason, your hub will be auto recovered to the old v
444444

445445
>[!NOTE]
446446
> The user will need to have an **owner** or **contributor** role to see an accurate status of the hub router version. If a user is assigned a **reader** role to the Virtual WAN resource and subscription, then Azure portal will display to that user that the hub router needs to be upgraded to the latest version, even if the hub is already on the latest version.
447+
> If you change your spoke virtual network's subscription status from disabled to enabled and then upgrade the virtual hub, you will need to update your virtual network connection after the virtual hub upgrade (Ex: you can configure the virtual network connection to propagate to a dummy label).
447448
448449
### Is there a route limit for OpenVPN clients connecting to an Azure P2S VPN gateway?
449450

0 commit comments

Comments
 (0)