Skip to content

Commit e20f473

Browse files
authored
Merge pull request #112862 from ianmsgit/ali-fixes
Ali fixes (including removing duplicate section)
2 parents df40158 + 692b4d4 commit e20f473

File tree

2 files changed

+6
-22
lines changed

2 files changed

+6
-22
lines changed

articles/azure-large-instances/what-is-azure-large-instances.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ Shows Azure IaaS, and in this case, use of VMs to host your applications, which
181181
Shows using your ExpressRoute Gateway enabled with ExpressRoute FastPath for Azure Large Instances connectivity offering low latency.
182182

183183
> [!Note]
184-
>To support this configuration, your ExpressRoute Gateway should be UltraPerformance. For more information, [About ExpressRoute virtual network gateways](../expressroute/expressroute-about-virtual-network-gateways.md).
184+
>To support this configuration, your ExpressRoute Gateway should be UltraPerformance. For more information, see [About ExpressRoute virtual network gateways](../expressroute/expressroute-about-virtual-network-gateways.md).
185185
186186

187187

articles/azure-large-instances/work-with-azure-large-instances-in-azure-portal.md

Lines changed: 5 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -16,24 +16,25 @@ ms.date: 06/01/2023
1616
In this article, you learn what to do in the Azure portal with your implementation of Azure Large Instances.
1717

1818
> [!Note]
19-
> For now, BareMetal Infrastructure or BareMetal Instances are being used as synonyms with Azure Large Instances.
19+
> For now, BareMetal Infrastructure and BareMetal Instances are being used as synonyms for Azure Large Instances.
2020
2121
## Register the resource provider
2222

23-
An Azure resource provider for Azure Large Instances enables you to see the instances in the Azure portal. By default, the Azure subscription you use for Azure Large Instances deployments registers the Azure Large Instances resource provider. If you don't see your deployed Azure Large Instances, register the resource provider with your subscription.
23+
An Azure resource provider for Azure Large Instances enables you to see the instances in the Azure portal.
24+
By default, the Azure subscription you use for Azure Large Instances deployments registers the Azure Large Instances resource provider.
25+
If you don't see your deployed Azure Large Instances, register the resource provider with your subscription.
2426

2527
You can register the Azure Large Instance resource provider using the Azure portal or the Azure CLI.
2628

2729
### [Portal](#tab/azure-portal)
2830

29-
3031
You need to list your subscription in the Azure portal and then double-click the subscription used to deploy your Azure Large Instances tenant.
3132

3233
1. Sign in to the Azure portal.
3334
2. On the Azure portal menu, select **All services**.
3435
3. In the **All services** box, enter **subscription**, and then select **Subscriptions**.
3536
4. Select the subscription from the subscription list.
36-
5. Select **Resource providers** and type **BareMetalInfrastructure** in the search box. The resource provider should be Registered, as the image shows.
37+
5. Select **Resource providers** and type **BareMetalInfrastructure** in the search box. The resource provider should be registered, as the image shows.
3738

3839
:::image type="content" source="../baremetal-infrastructure/media/connect-baremetal-infrastructure/register-resource-provider-azure-portal.png" alt-text="Networking diagram of Azure Large Instances." lightbox="../baremetal-infrastructure/media/connect-baremetal-infrastructure/register-resource-provider-azure-portal.png" border="false":::
3940

@@ -46,23 +47,8 @@ To begin using Azure CLI:
4647

4748
[!INCLUDE [azure-cli-prepare-your-environment-no-header](~/articles/reusable-content/azure-cli/azure-cli-prepare-your-environment-no-header.md)]
4849

49-
[comment]: <The following section duplicates the content provided by the INCLUDE above>
50-
51-
Use the Bash environment in [Azure Cloud Shell](../cloud-shell/overview.md).
52-
For more information, see [Quickstart for Bash in Azure Cloud Shell](../cloud-shell/quickstart.md).
53-
54-
If you prefer to run CLI reference commands locally, [install](https://learn.microsoft.com/cli/azure/install-azure-cli) the Azure CLI. If you're running on Windows or macOS, consider running Azure CLI in a Docker container. For more information, see [How to run the Azure CLI in a Docker container](https://learn.microsoft.com/cli/azure/run-azure-cli-docker).
55-
56-
If you're using a local installation, sign in to the Azure CLI by using the [az login command](https://learn.microsoft.com/cli/azure/reference-index?view=azure-cli-latest#az-login). To finish the authentication process, follow the steps displayed in your terminal. For other sign-in options, see [Sign in with the Azure CLI](https://learn.microsoft.com/cli/azure/authenticate-azure-cli).
57-
58-
When you're prompted, install the Azure CLI extension on first use. For more information about extensions, see [Use extensions with the Azure CLI](https://learn.microsoft.com/cli/azure/azure-cli-extensions-overview).
59-
60-
Run [az version](https://learn.microsoft.com/cli/azure/reference-index?view=azure-cli-latest#az-version) to find the version and dependent libraries that are installed. To upgrade to the latest version, run [az upgrade](https://learn.microsoft.com/cli/azure/reference-index?view=azure-cli-latest#az-upgrade).
61-
6250
For more information about resource providers, see [Azure resource providers and types](./../azure-resource-manager/management/resource-providers-and-types.md).
6351

64-
[comment]: <End of Include content>
65-
6652
Sign in to the Azure subscription you use for the Azure Large Instances deployment through the Azure CLI.
6753
Register the BareMetalInfrastructure Azure Large Instance resource provider with the az provider register command:
6854

@@ -74,8 +60,6 @@ You can use the az provider list command to see all available providers.
7460

7561
---
7662

77-
For more information about resource providers, see [Azure resource providers and types](../azure-resource-manager/management/resource-providers-and-types.md).
78-
7963
## Azure Large Instances in the Azure portal
8064

8165
When you submit an Azure Large Instances deployment request, specify the Azure subscription you're connecting to the Azure Large Instances. Use the same subscription you use to deploy the application layer that works against the Azure Large Instances.

0 commit comments

Comments
 (0)