Skip to content

Commit 0864969

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into nw-topology
2 parents 7b56680 + 16d5548 commit 0864969

18 files changed

+275
-137
lines changed

articles/azure-vmware/extended-security-updates-windows-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ When you contact support, the ticket should be raised under the category of Azur
6363
## Related content
6464
- [What are Extended Security Updates - SQL Server](https://learn.microsoft.com/sql/sql-server/end-of-support/sql-server-extended-security-updates)
6565
- [Extend Security Updates for Windows Server overview](https://learn.microsoft.com/windows-server/get-started/extended-security-updates-overview)
66-
- Planning your Windows Server and SQL Server end of support: [Extended Security Updates for SQL Server and Windows Server](https://www.microsoft.com/en-us/windows-server/extended-security-updates)
66+
- [Plan your Windows Server and SQL Server end of support](https://www.microsoft.com/windows-server/extended-security-updates)
6767

6868

6969
[Microsoft Support]: https://ms.portal.azure.com/#view/Microsoft_Azure_Support/NewSupportRequestV3Blade/assetId/%2Fsubscriptions%2F5a79c43b-b03d-4610-bc59-627d8a6744d1%2FresourceGroups%2FABM_CSS_Lab_Enviroment%2Fproviders%2FMicrosoft.AVS%2FprivateClouds%2FBareMetal_CSS_Lab/callerWorkflowId/a7ecc9f7-8578-4820-abdf-1db09a2bdb47/callerName/Microsoft_Azure_Support%2FAurora.ReactView/subscriptionId/5a79c43b-b03d-4610-bc59-627d8a6744d1/productId/e7b24d57-0431-7d60-a4bf-e28adc11d23e/summary/Issue/topicId/9e078285-e10f-0365-31e3-6b31e5871794/issueType/technical

articles/azure-vmware/use-hcx-run-commands.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,9 @@ This article describes two VMware HCX commands: **Restart HCX Manager** and **Sc
1616

1717
This Command checks for active VMware HCX migrations and replications. If none are found, it restarts the VMware HCX Cloud Manager (VMware HCX VM's guest OS).
1818

19-
1. Navigate to the Run Command panel in an Azure VMware Solution private cloud on the Azure portal.
20-
21-
:::image type="content" source="media/hcx-commands/run-command-private-cloud.png" alt-text="Diagram that lists all available Run command packages and Run commands." border="false" lightbox="media/hcx-commands/run-command-private-cloud.png":::
19+
1. Navigate to the Run Command panel under Operations in an Azure VMware Solution private cloud on the Azure portal. Select package "Microsoft.AVS.HCX" to view available HCX run commands.
2220

23-
1. Select the **Microsoft.AVS.Management** package dropdown menu and select the **Restart-HcxManager** command.
21+
1. Select the **Microsoft.AVS.HCX** package dropdown menu and select the **Restart-HcxManager** command.
2422
1. Set parameters and select **Run**.
2523
Optional run command parameters.
2624

@@ -47,7 +45,7 @@ Use the Scale VMware HCX Cloud Manager Run Command to increase the resource allo
4745
4846
1. Navigate to the Run Command panel on in an Azure VMware Solution private cloud on the Azure portal.
4947

50-
1. Select the **Microsoft.AVS.Management** package dropdown menu and select the ``Set-HcxScaledCpuAndMemorySetting`` command.
48+
1. Select the **Microsoft.AVS.HCX** package dropdown menu and select the ``Set-HcxScaledCpuAndMemorySetting`` command.
5149

5250
:::image type="content" source="media/hcx-commands/set-hcx-scale.png" alt-text="Diagram that shows run command parameters for Set-HcxScaledCpuAndMemorySetting command." border="false" lightbox="media/hcx-commands/set-hcx-scale.png":::
5351

articles/devtest-labs/devtest-lab-restart-vm.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,43 +4,45 @@ description: This article provides steps to quickly and easily restart virtual m
44
ms.topic: how-to
55
ms.author: rosemalcolm
66
author: RoseHJM
7-
ms.date: 06/26/2020
7+
ms.date: 04/18/2024
88
ms.custom: UpdateFrequency2
9+
10+
#customer intent: As a lab admin, I want to restart a virtual machine in a lab in Azure DevTest Labs so that I can restart a virtual machine as part of a troubleshooting plan.
911
---
1012

1113
# Restart a VM in a lab in Azure DevTest Labs
14+
1215
You can quickly and easily restart a virtual machine in DevTest Labs by following the steps in this article. Consider the following before restarting a VM:
1316

1417
- The VM must be running for the restart feature to be enabled.
1518
- If a user is connected to a running VM when they perform a restart, they must reconnect to the VM after it starts back up.
1619
- If an artifact is being applied when you restart the VM, you receive a warning that the artifact might not be applied.
1720

18-
![Warning when restarting while applying artifacts](./media/devtest-lab-restart-vm/devtest-lab-restart-vm-apply-artifacts.png)
19-
21+
:::image type="content" source="media/devtest-lab-restart-vm/devtest-lab-restart-vm-apply-artifacts.png" alt-text="Screenshot showing the restarting while applying artifacts warning." lightbox="media/devtest-lab-restart-vm/devtest-lab-restart-vm-apply-artifacts.png":::
2022

2123
> [!NOTE]
2224
> If the VM has stalled while applying an artifact, you can use the restart VM feature as a potential way to resolve the issue.
23-
>
24-
>
2525
26-
## Steps to restart a VM in a lab in Azure DevTest Labs
2726
1. Sign in to the [Azure portal](https://go.microsoft.com/fwlink/p/?LinkID=525040).
2827
1. Select **All Services**, and then select **DevTest Labs** from the list.
2928
1. From the list of labs, select the lab that includes the VM you want to restart.
3029
1. In the left panel, select **My Virtual Machines**.
3130
1. From the list of VMs, select a running VM.
3231
1. At the top of the VM management pane, select **Restart**.
3332

34-
![Restart VM button](./media/devtest-lab-restart-vm/devtest-lab-restart-vm.png)
33+
:::image type="content" source="media/devtest-lab-restart-vm/devtest-lab-restart-vm.png" alt-text="Screenshot of the Azure portal showing the Restart VM button." lightbox="media/devtest-lab-restart-vm/devtest-lab-restart-vm.png":::
3534

3635
1. Monitor the status of the restart by selecting the **Notifications** icon at the top right of the window.
3736

38-
![Viewing the status of the VM restart](./media/devtest-lab-restart-vm/devtest-lab-restart-notification.png)
37+
:::image type="content" source="media/devtest-lab-restart-vm/devtest-lab-restart-notification.png" alt-text="Screenshot of the Azure portal showing the notification icon and message." lightbox="media/devtest-lab-restart-vm/devtest-lab-restart-notification.png":::
3938

4039
You can also restart a running VM by selecting its ellipsis (...) in the list of **My Virtual Machines**.
4140

42-
![Restart VM through ellipses](./media/devtest-lab-restart-vm/devtest-lab-restart-elipses.png)
41+
:::image type="content" source="media/devtest-lab-restart-vm/devtest-lab-restart-ellipses.png" alt-text="Screenshot of the Azure portal showing the Restart VM option in the ellipses menu." lightbox="media/devtest-lab-restart-vm/devtest-lab-restart-ellipses.png":::
42+
43+
44+
After the VM restarts, you can reconnect to it by selecting **Connect** on the VM management pane.
45+
46+
## Related content
4347

44-
## Next steps
45-
* Once it is restarted, you can reconnect to the VM by selecting **Connect** on the its management pane.
46-
* Explore the [DevTest Labs Azure Resource Manager quickStart template gallery](https://github.com/Azure/azure-devtestlab/tree/master/samples/DevTestLabs/QuickStartTemplates)
48+
- [DevTest Labs Azure Resource Manager quickStart template gallery](https://github.com/Azure/azure-devtestlab/tree/master/samples/DevTestLabs/QuickStartTemplates)
Binary file not shown.
24.1 KB
Loading
10.4 KB
Loading
6.19 KB
Loading

articles/event-hubs/monitor-event-hubs-reference.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,63 @@ Name | Description
179179
`OffsetCommit` | Number of offset commit calls made to the event hub
180180
`OffsetFetch` | Number of offset fetch calls made to the event hub.
181181

182+
## Diagnostic Error Logs
183+
Diagnostic error logs capture error messages for any client side, throttling and Quota exceeded errors. They provide detailed diagnostics for error identification.
184+
185+
Diagnostic Error Logs include elements listed in below table:
186+
187+
Name | Description | Supported in Azure Diagnostics | Supported in AZMSDiagnosticErrorLogs (Resource specific table)
188+
---|---|---|---|
189+
`ActivityId` | A randomly generated UUID that ensures uniqueness for the audit activity. | Yes | Yes
190+
`ActivityName` | Operation name | Yes | Yes
191+
`NamespaceName` | Name of Namespace | Yes | yes
192+
`EntityType` | Type of Entity | Yes | Yes
193+
`EntityName` | Name of Entity | Yes | Yes
194+
`OperationResult` | Type of error in Operation (Clienterror or Serverbusy or quotaexceeded) | Yes | Yes
195+
`ErrorCount` | Count of identical errors during the aggregation period of 1 minute. | Yes | Yes
196+
`ErrorMessage` | Detailed Error Message | Yes | Yes
197+
`ResourceProvider` | Name of Service emitting the logs. Possible values: Microsoft.Eventhub and Microsoft.Servicebus | Yes | Yes
198+
`Time Generated (UTC)` | Operation time | No | Yes
199+
`EventTimestamp` | Operation Time | Yes | No
200+
`Category` | Log category | Yes | No
201+
`Type` | Type of Logs emitted | No | Yes
202+
203+
Here's an example of Diagnostic error log entry:
204+
205+
```json
206+
{
207+
"ActivityId": "0000000000-0000-0000-0000-00000000000000",
208+
"SubscriptionId": "<Azure Subscription Id",
209+
"NamespaceName": "Name of Event Hubs Namespace",
210+
"EntityType": "EventHub",
211+
"EntityName": "Name of Event Hub",
212+
"ActivityName": "SendMessage",
213+
"ResourceId": "/SUBSCRIPTIONS/xxx/RESOURCEGROUPS/<Resource Group Name>/PROVIDERS/MICROSOFT.EVENTHUB/NAMESPACES/<Event hub namespace name>",,
214+
"OperationResult": "ServerBusy",
215+
"ErrorCount": 1,
216+
"EventTimestamp": "3/27/2024 1:02:29.126 PM +00:00",
217+
"ErrorMessage": "the request was terminated because the entity is being throttled by the application group with application group name <application group name> and policy name <throttling policy name>.error code: 50013.",
218+
"category": "DiagnosticErrorLogs"
219+
}
220+
221+
```
222+
Resource specific table entry:
223+
```json
224+
{
225+
"ActivityId": "0000000000-0000-0000-0000-00000000000000",
226+
"NamespaceName": "Name of Event Hubs Namespace",
227+
"EntityType": "Event Hub",
228+
"EntityName": "Name of Event Hub",
229+
"ActivityName": "SendMessage",
230+
"ResourceId": "/SUBSCRIPTIONS/xxx/RESOURCEGROUPS/<Resource Group Name>/PROVIDERS/MICROSOFT.EVENTHUB/NAMESPACES/<Event hub namespace name>",,
231+
"OperationResult": "ServerBusy",
232+
"ErrorCount": 1,
233+
"TimeGenerated [UTC]": "1/27/2024 4:02:29.126 PM +00:00",
234+
"ErrorMessage": "The request was terminated because the entity is being throttled by the application group with application group name <application group name> and policy name <throttling policy name>.error code: 50013.",
235+
"Type": "AZMSDiagnosticErrorLogs"
236+
}
237+
238+
```
182239

183240
## Azure Monitor Logs tables
184241
Azure Event Hubs uses Kusto tables from Azure Monitor Logs. You can query these tables with Log Analytics. For a list of Kusto tables the service uses, see [Azure Monitor Logs table reference](/azure/azure-monitor/reference/tables/tables-resourcetype#event-hubs).

articles/event-hubs/monitor-event-hubs.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,11 @@ For metrics that support dimensions, you can apply filters using a dimension val
7474
:::image type="content" source="./media/monitor-event-hubs/metrics-filter-split.png" alt-text="Screenshot showing the Metrics Explorer for an Event Hubs namespace with a filter." lightbox="./media/monitor-event-hubs/metrics-filter-split.png":::
7575

7676
## Analyze logs
77-
Using Azure Monitor Log Analytics requires you to create a diagnostic configuration and enable __Send information to Log Analytics__. For more information, see the [Collection and routing](#collection-and-routing) section. Data in Azure Monitor Logs is stored in tables, with each table having its own set of unique properties. Azure Event Hubs stores data in the following tables: **AzureDiagnostics** and **AzureMetrics**.
77+
Using Azure Monitor Log Analytics requires you to create a diagnostic configuration and enable __Send information to Log Analytics__. For more information, see the [Collection and routing](#collection-and-routing) section. Data in Azure Monitor Logs is stored in tables, with each table having its own set of unique properties. Azure Event Hubs has the capability to dispatch logs to either of two destination tables - Azure Diagnostic or Resource specific tables in Log Analytics.For a detailed reference of the logs and metrics, see [Azure Event Hubs monitoring data reference](monitor-event-hubs-reference.md).
7878

7979
> [!IMPORTANT]
8080
> When you select **Logs** from the Azure Event Hubs menu, Log Analytics is opened with the query scope set to the current workspace. This means that log queries will only include data from that resource. If you want to run a query that includes data from other databases or data from other Azure services, select **Logs** from the **Azure Monitor** menu. See [Log query scope and time range in Azure Monitor Log Analytics](../azure-monitor/logs/scope.md) for details.
8181
82-
For a detailed reference of the logs and metrics, see [Azure Event Hubs monitoring data reference](monitor-event-hubs-reference.md).
83-
8482
### Sample Kusto queries
8583

8684
> [!IMPORTANT]

articles/load-balancer/load-balancer-basic-upgrade-guidance.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,11 @@ Suggested order of operations for manually upgrading a Basic Load Balancer in co
9797
1. Remove the temporary frontend configuration
9898
1. Test that inbound and outbound traffic flow through the new Standard Load Balancer as expected
9999

100+
## FAQ
101+
102+
### Will the Basic Load Balancer retirement impact Cloud Services Extended Support (CSES) deployments?
103+
No, this retirement will not impact your existing or new deployments on CSES. This means that you can still create and use Basic Load Balancers for CSES deployments. However, we advise using Standard SKU on ARM native resources (those that do not depend on CSES) when possible, because Standard has more advantages than Basic.
104+
100105
## Next Steps
101106

102107
For guidance on upgrading basic Public IP addresses to Standard SKUs, see:

0 commit comments

Comments
 (0)