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/ai-services/openai/how-to/provisioned-get-started.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ az cognitiveservices account deployment create \
65
65
--sku-name Provisioned-Managed
66
66
```
67
67
68
-
REST, ARM template, Bicep and Terraform can also be used to create deployments. See the section on automating deployments in the [Managing Quota](https://learn.microsoft.com/azure/ai-services/openai/how-to/quota?tabs=rest#automate-deployment) how-to guide and replace the `sku.name` with "Provisioned-Managed" rather than "Standard."
68
+
REST, ARM template, Bicep and Terraform can also be used to create deployments. See the section on automating deployments in the [Managing Quota](quota.md?tabs=rest#automate-deployment) how-to guide and replace the `sku.name` with "Provisioned-Managed" rather than "Standard."
69
69
70
70
## Make your first calls
71
71
The inferencing code for provisioned deployments is the same a standard deployment type. The following code snippet shows a chat completions call to a GPT-4 model. For your first time using these models programmatically, we recommend starting with our [quickstart start guide](../quickstart.md). Our recommendation is to use the OpenAI library with version 1.0 or greater since this includes retry logic within the library.
@@ -171,11 +171,11 @@ We recommend the following workflow:
171
171
172
172
## Next Steps
173
173
174
-
* For more information on cloud application best practices, check out [Best practices in cloud applications](https://learn.microsoft.com/azure/architecture/best-practices/index-best-practices)
174
+
* For more information on cloud application best practices, check out [Best practices in cloud applications](/azure/architecture/best-practices/index-best-practices)
175
175
* For more information on provisioned deployments, check out [What is provisioned throughput?](../concepts/provisioned-throughput.md)
176
176
* For more information on retry logic within each SDK, check out:
Copy file name to clipboardExpand all lines: articles/aks/gpu-cluster.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ To view supported GPU-enabled VMs, see [GPU-optimized VM sizes in Azure][gpu-sku
22
22
## Limitations
23
23
* AKS does not support Windows GPU-enabled node pools.
24
24
* If you're using an Azure Linux GPU-enabled node pool, automatic security patches aren't applied, and the default behavior for the cluster is *Unmanaged*. For more information, see [auto-upgrade](./auto-upgrade-node-image.md).
25
-
*[NVadsA10](https://learn.microsoft.com/azure/virtual-machines/nva10v5-series) v5-series are not a recommended SKU for GPU VHD.
25
+
*[NVadsA10](../virtual-machines/nva10v5-series.md) v5-series are not a recommended SKU for GPU VHD.
Copy file name to clipboardExpand all lines: articles/automation/whats-new.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ You can now restore Runbooks deleted in the past 29 days. [Learn more](manage-ru
34
34
35
35
**Type: Retirement**
36
36
37
-
On **31 August 2024**, Azure Automation will retire [Automation Update management](https://learn.microsoft.com/answers/questions/1459053/retirement-announcement-azure-automation-update-ma) and [Change Tracking using Log Analytics](https://learn.microsoft.com/answers/questions/1459059/retirement-announcement-azure-automation-change-tr). You must migrate to [Azure Update Manager](../update-manager/overview.md) and [Change tracking and inventory using Azure Monitoring Agent](change-tracking/overview-monitoring-agent.md) respectively before the deprecation date.
37
+
On **31 August 2024**, Azure Automation will retire [Automation Update management](/answers/questions/1459053/retirement-announcement-azure-automation-update-ma) and [Change Tracking using Log Analytics](/answers/questions/1459059/retirement-announcement-azure-automation-change-tr). You must migrate to [Azure Update Manager](../update-manager/overview.md) and [Change tracking and inventory using Azure Monitoring Agent](change-tracking/overview-monitoring-agent.md) respectively before the deprecation date.
Copy file name to clipboardExpand all lines: articles/azure-arc/servers/run-command.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,11 +28,11 @@ Run Command on Azure Arc-enabled servers supports the following operations:
28
28
29
29
|Operation |Description |
30
30
|---------|---------|
31
-
|[Create](https://review.learn.microsoft.com/en-us/rest/api/hybridcompute/machine-run-commands/create-or-update?view=rest-hybridcompute-2023-10-03-preview&branch=main&tabs=HTTP)|The operation to create a run command. This runs the run command. |
32
-
|[Delete](/rest/api/hybridcompute/machine-run-commands/delete?view=rest-hybridcompute-2023-10-03-preview&tabs=HTTP)|The operation to delete a run command. If it's running, delete will also stop the run command. |
33
-
|[Get](/rest/api/hybridcompute/machine-run-commands/get?view=rest-hybridcompute-2023-10-03-preview&tabs=HTTP)|The operation to get a run command. |
34
-
|[List](/rest/api/hybridcompute/machine-run-commands/list?view=rest-hybridcompute-2023-10-03-preview&tabs=HTTP)|The operation to get all the run commands of an Azure Arc-enabled server. |
35
-
|[Update](/rest/api/hybridcompute/machine-run-commands/update?view=rest-hybridcompute-2023-10-03-preview&tabs=HTTP)|The operation to update the run command. This stops the previous run command. |
31
+
|[Create](/rest/api/hybridcompute/machine-run-commands/create-or-update?tabs=HTTP)|The operation to create a run command. This runs the run command. |
32
+
|[Delete](/rest/api/hybridcompute/machine-run-commands/delete?tabs=HTTP)|The operation to delete a run command. If it's running, delete will also stop the run command. |
33
+
|[Get](/rest/api/hybridcompute/machine-run-commands/get?tabs=HTTP)|The operation to get a run command. |
34
+
|[List](/rest/api/hybridcompute/machine-run-commands/list?tabs=HTTP)|The operation to get all the run commands of an Azure Arc-enabled server. |
35
+
|[Update](/rest/api/hybridcompute/machine-run-commands/update?tabs=HTTP)|The operation to update the run command. This stops the previous run command. |
36
36
37
37
> [!NOTE]
38
38
> Output and error blobs are overwritten each time the run command script executes.
Copy file name to clipboardExpand all lines: articles/azure-arc/system-center-virtual-machine-manager/agent-overview-scvmm.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
@@ -12,7 +12,7 @@ ms.subservice: azure-arc-scvmm
12
12
13
13
# Overview of Azure Connected Machine agent to manage Windows and Linux machines
14
14
15
-
When you [enable guest management](https://learn.microsoft.com/azure/azure-arc/system-center-virtual-machine-manager/enable-guest-management-at-scale) on SCVMM VMs, Azure arc agent is installed on the VMs. The Azure Connected Machine agent enables you to manage your Windows and Linux machines hosted outside of Azure on your corporate network or other cloud providers. This article provides an architectural overview of Azure connected machine agent.
15
+
When you [enable guest management](enable-guest-management-at-scale.md) on SCVMM VMs, Azure arc agent is installed on the VMs. The Azure Connected Machine agent enables you to manage your Windows and Linux machines hosted outside of Azure on your corporate network or other cloud providers. This article provides an architectural overview of Azure connected machine agent.
16
16
17
17
## Agent components
18
18
@@ -220,4 +220,4 @@ The agent requests the following metadata information from Azure:
220
220
221
221
-[Connect your SCVMM server to Azure Arc](/azure/azure-arc/system-center-virtual-machine-manager/quickstart-connect-system-center-virtual-machine-manager-to-arc).
222
222
-[Install Arc agent at scale for your SCVMM VMs](/azure/azure-arc/system-center-virtual-machine-manager/enable-guest-management-at-scale).
223
-
-[Install Arc agent using a script for SCVMM VMs](/azure/azure-arc/system-center-virtual-machine-manager/install-arc-agents-using-script).
223
+
-[Install Arc agent using a script for SCVMM VMs](/azure/azure-arc/system-center-virtual-machine-manager/install-arc-agents-using-script).
Copy file name to clipboardExpand all lines: articles/azure-arc/system-center-virtual-machine-manager/deliver-esus-for-system-center-virtual-machine-manager-vms.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,9 @@ keywords: "VMM, Arc, Azure"
13
13
14
14
# Deliver ESUs for SCVMM VMs through Arc
15
15
16
-
Azure Arc-enabled System Center Virtual Machine Manager (SCVMM) allows you to enroll all the Windows Server 2012/2012 R2 VMs managed by your SCVMM server in [Extended Security Updates](https://learn.microsoft.com/windows-server/get-started/extended-security-updates-overview) (ESUs) at scale.
16
+
Azure Arc-enabled System Center Virtual Machine Manager (SCVMM) allows you to enroll all the Windows Server 2012/2012 R2 VMs managed by your SCVMM server in [Extended Security Updates](/windows-server/get-started/extended-security-updates-overview) (ESUs) at scale.
17
17
18
-
ESUs allow you to leverage cost flexibility in the form of pay-as-you-go Azure billing and enhanced delivery experience in the form of built-in inventory and keyless delivery. In addition, ESUs enabled by Azure Arc give you access to Azure management services such as [Azure Update Manager](https://learn.microsoft.com/azure/update-manager/overview?tabs=azure-vms), [Azure Automation Change Tracking and Inventory](https://learn.microsoft.com/azure/automation/change-tracking/overview?tabs=python-2), and [Azure Policy Guest Configuration](https://learn.microsoft.com/azure/cloud-adoption-framework/manage/azure-server-management/guest-configuration-policy) at no additional cost.
18
+
ESUs allow you to leverage cost flexibility in the form of pay-as-you-go Azure billing and enhanced delivery experience in the form of built-in inventory and keyless delivery. In addition, ESUs enabled by Azure Arc give you access to Azure management services such as [Azure Update Manager](/azure/update-manager/overview?tabs=azure-vms), [Azure Automation Change Tracking and Inventory](/azure/automation/change-tracking/overview?tabs=python-2), and [Azure Policy Guest Configuration](/azure/cloud-adoption-framework/manage/azure-server-management/guest-configuration-policy) at no additional cost.
19
19
20
20
This article provides the steps to procure and deliver ESUs to WS 2012 and 2012 R2 SCVMM VMs onboarded to Azure Arc-enabled SCVMM.
21
21
@@ -46,7 +46,7 @@ This article provides the steps to procure and deliver ESUs to WS 2012 and 2012
46
46
You can select one or more Arc-enabled SCVMM VMs to link to an ESU license. Once you've linked a VM to an activated ESU license, the VM is eligible to receive Windows Server 2012 and 2012 R2 ESUs.
47
47
48
48
>[!Note]
49
-
> You have the flexibility to configure your patching solution of choice to receive these updates – whether it's [Azure Update Manager](https://learn.microsoft.com/azure/update-center/overview), [Windows Server Update Services](https://learn.microsoft.com/windows-server/administration/windows-server-update-services/get-started/windows-server-update-services-wsus), Microsoft Updates, [Microsoft Endpoint Configuration Manager](https://learn.microsoft.com/mem/configmgr/core/understand/introduction), or a third-party patch management solution.
49
+
> You have the flexibility to configure your patching solution of choice to receive these updates – whether it's [Azure Update Manager](/azure/update-center/overview), [Windows Server Update Services](/windows-server/administration/windows-server-update-services/get-started/windows-server-update-services-wsus), Microsoft Updates, [Microsoft Endpoint Configuration Manager](/mem/configmgr/core/understand/introduction), or a third-party patch management solution.
50
50
51
51
1. Select the **Eligible Resources** tab to view a list of all your Arc-enabled server machines running Windows Server 2012 and 2012 R2, including SCVMM machines that are guest management enabled. The **ESUs status** column indicates whether the machine is ESUs enabled.
Copy file name to clipboardExpand all lines: articles/azure-arc/system-center-virtual-machine-manager/enable-guest-management-at-scale.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ In this article, you learn how to install Arc agents at scale for SCVMM VMs and
22
22
>- SCVMM 2022 UR1 or later
23
23
>- SCVMM 2019 UR5 or later
24
24
>- VMs running Windows Server 2012 R2, 2016, 2019, 2022, Windows 10, and Windows 11
25
-
>For other SCVMM versions, Linux VMs or Windows VMs running WS 2012 or earlier, [install Arc agents through the script](https://learn.microsoft.com/azure/azure-arc/system-center-virtual-machine-manager/install-arc-agents-using-script).
25
+
>For other SCVMM versions, Linux VMs or Windows VMs running WS 2012 or earlier, [install Arc agents through the script](install-arc-agents-using-script.md).
26
26
27
27
## Prerequisites
28
28
@@ -33,14 +33,14 @@ Ensure the following before you install Arc agents at scale for SCVMM VMs:
33
33
- The user account must have permissions listed in Azure Arc SCVMM Administrator role.
34
34
- All the target machines are:
35
35
- Powered on and the resource bridge has network connectivity to the host running the VM.
36
-
- Running a [supported operating system](/azure/azure-arc/servers/prerequisites#supported-operating-systems).
37
-
- Able to connect through the firewall to communicate over the internet and [these URLs](/azure/azure-arc/servers/network-requirements?tabs=azure-cloud#urls) aren't blocked.
36
+
- Running a [supported operating system](../servers/prerequisites.md#supported-operating-systems).
37
+
- Able to connect through the firewall to communicate over the internet and [these URLs](../servers/network-requirements.md?tabs=azure-cloud#urls) aren't blocked.
38
38
39
39
## Install Arc agents at scale from portal
40
40
41
41
An admin can install agents for multiple machines from the Azure portal if the machines share the same administrator credentials.
42
42
43
-
1. Navigate to the **SCVMM management servers** blade on [Azure Arc Center](https://ms.portal.azure.com/#view/Microsoft_Azure_HybridCompute/AzureArcCenterBlade/~/overview), and select the SCVMM management server resource.
43
+
1. Navigate to the **SCVMM management servers** blade on [Azure Arc Center](https://portal.azure.com/#view/Microsoft_Azure_HybridCompute/AzureArcCenterBlade/~/overview), and select the SCVMM management server resource.
44
44
2. Select all the machines and choose the **Enable in Azure** option.
45
45
3. Select **Enable guest management** checkbox to install Arc agents on the selected machine.
46
46
4. If you want to connect the Arc agent via proxy, provide the proxy server details.
@@ -51,4 +51,4 @@ An admin can install agents for multiple machines from the Azure portal if the m
51
51
52
52
## Next steps
53
53
54
-
[Manage VM extensions to use Azure management services for your SCVMM VMs](../servers/manage-vm-extensions.md).
54
+
[Manage VM extensions to use Azure management services for your SCVMM VMs](../servers/manage-vm-extensions.md).
Copy file name to clipboardExpand all lines: articles/azure-arc/system-center-virtual-machine-manager/install-arc-agents-using-script.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
@@ -28,7 +28,7 @@ Ensure the following before you install Arc agents using a script for SCVMM VMs:
28
28
- Is powered on and the resource bridge has network connectivity to the host running the VM.
29
29
- Is running a [supported operating system](/azure/azure-arc/servers/prerequisites#supported-operating-systems).
30
30
- Is able to connect through the firewall to communicate over the Internet and [these URLs](/azure/azure-arc/servers/network-requirements?tabs=azure-cloud#urls) aren't blocked.
31
-
- Has Azure CLI [installed](https://learn.microsoft.com/cli/azure/install-azure-cli).
31
+
- Has Azure CLI [installed](/cli/azure/install-azure-cli).
32
32
- Has the Arc agent installation script downloaded from [here](https://download.microsoft.com/download/7/1/6/7164490e-6d8c-450c-8511-f8191f6ec110/arcscvmm-enable-guest-management.ps1) for a Windows VM or from [here](https://download.microsoft.com/download/0/9/b/09bd9ef4-a7af-49e5-ad5f-9e8f85fae75b/arcscvmm-enable-guest-management.sh) for a Linux VM.
33
33
34
34
>[!NOTE]
@@ -56,4 +56,4 @@ Ensure the following before you install Arc agents using a script for SCVMM VMs:
56
56
57
57
## Next steps
58
58
59
-
[Manage VM extensions to use Azure management services for your SCVMM VMs](../servers/manage-vm-extensions.md).
59
+
[Manage VM extensions to use Azure management services for your SCVMM VMs](../servers/manage-vm-extensions.md).
Copy file name to clipboardExpand all lines: articles/azure-arc/system-center-virtual-machine-manager/overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Azure Arc-enabled System Center Virtual Machine Manager also allows you to manag
21
21
Arc-enabled System Center VMM allows you to:
22
22
23
23
- Perform various VM lifecycle operations such as start, stop, pause, and delete VMs on SCVMM managed VMs directly from Azure.
24
-
- Empower developers and application teams to self-serve VM operations on demand using [Azure role-based access control (RBAC)](https://learn.microsoft.com/azure/role-based-access-control/overview).
24
+
- Empower developers and application teams to self-serve VM operations on demand using [Azure role-based access control (RBAC)](/azure/role-based-access-control/overview).
25
25
- Browse your VMM resources (VMs, templates, VM networks, and storage) in Azure, providing you with a single pane view for your infrastructure across both environments.
26
26
- Discover and onboard existing SCVMM managed VMs to Azure.
27
27
- Install the Arc-connected machine agents at scale on SCVMM VMs to [govern, protect, configure, and monitor them](../servers/overview.md#supported-cloud-operations).
0 commit comments