Skip to content

Commit 85b6bb0

Browse files
Merge pull request #245510 from alexbuckgit/alexbuckgit/docutune-autopr-20230719-175153-0284045
[BULK] DocuTune - Standardize formatting of Azure portal links
2 parents e50fd23 + 3d02fdc commit 85b6bb0

6 files changed

+10
-13
lines changed

articles/app-service/app-service-hybrid-connections.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Things you cannot do with Hybrid Connections include:
5252

5353
## Add and Create Hybrid Connections in your app ##
5454

55-
To create a Hybrid Connection, go to the [Azure portal][portal] and select your app. Select **Networking** > **Configure your Hybrid Connection endpoints**. Here you can see the Hybrid Connections that are configured for your app.
55+
To create a Hybrid Connection, go to the [Azure portal] and select your app. Select **Networking** > **Configure your Hybrid Connection endpoints**. Here you can see the Hybrid Connections that are configured for your app.
5656

5757
:::image type="content" source="media/app-service-hybrid-connections/hybridconn-portal.png" alt-text="Screenshot of Hybrid Connection list":::
5858

@@ -109,7 +109,7 @@ In addition to there being an App Service plan SKU requirement, there's an addit
109109

110110
## Hybrid Connection Manager ##
111111

112-
The Hybrid Connections feature requires a relay agent in the network that hosts your Hybrid Connection endpoint. That relay agent is called the Hybrid Connection Manager (HCM). To download HCM, from your app in the [Azure portal][portal], select **Networking** > **Configure your Hybrid Connection endpoints**.
112+
The Hybrid Connections feature requires a relay agent in the network that hosts your Hybrid Connection endpoint. That relay agent is called the Hybrid Connection Manager (HCM). To download HCM, from your app in the [Azure portal], select **Networking** > **Configure your Hybrid Connection endpoints**.
113113

114114
This tool runs on Windows Server 2012 and later. The HCM runs as a service and connects outbound to Azure Relay on port 443.
115115

@@ -152,7 +152,7 @@ Each HCM can support multiple Hybrid Connections. Also, any given Hybrid Connect
152152

153153
### Manually add a Hybrid Connection ###
154154

155-
To enable someone outside your subscription to host an HCM instance for a given Hybrid Connection, share the gateway connection string for the Hybrid Connection with them. You can see the gateway connection string in the Hybrid Connection properties in the [Azure portal][portal]. To use that string, select **Enter Manually** in the HCM, and paste in the gateway connection string.
155+
To enable someone outside your subscription to host an HCM instance for a given Hybrid Connection, share the gateway connection string for the Hybrid Connection with them. You can see the gateway connection string in the Hybrid Connection properties in the [Azure portal]. To use that string, select **Enter Manually** in the HCM, and paste in the gateway connection string.
156156

157157
:::image type="content" source="media/app-service-hybrid-connections/hybridconn-manual.png" alt-text="Manually add a Hybrid Connection":::
158158

@@ -229,7 +229,7 @@ If you have a command-line client for your endpoint, you can test connectivity f
229229

230230
<!--Links-->
231231
[HCService]: /azure/service-bus-relay/relay-hybrid-connections-protocol/
232-
[portal]: https://portal.azure.com/
232+
[Azure portal]: https://portal.azure.com/
233233
[oldhc]: /azure/biztalk-services/integration-hybrid-connection-overview/
234234
[sbpricing]: https://azure.microsoft.com/pricing/details/service-bus/
235235
[armclient]: https://github.com/projectkudu/ARMClient/

articles/app-service/configure-authentication-provider-openid-connect.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,5 @@ If you are unable to use a configuration metadata document, you will need to gat
5757
## <a name="related-content"> </a>Next steps
5858

5959
[!INCLUDE [app-service-mobile-related-content-get-started-users](../../includes/app-service-mobile-related-content-get-started-users.md)]
60+
61+
[Azure portal]: https://portal.azure.com

articles/app-service/configure-common.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ To add a custom handler:
603603
<!-- URL List -->
604604

605605
[ASP.NET SignalR]: https://www.asp.net/signalr
606-
[Azure Portal]: https://portal.azure.com/
606+
[Azure portal]: https://portal.azure.com/
607607
[Configure a custom domain name in Azure App Service]: ./app-service-web-tutorial-custom-domain.md
608608
[Set up staging environments in Azure App Service]: ./deploy-staging-slots.md
609609
[How to: Monitor web endpoint status]: ./web-sites-monitor.md

articles/app-service/environment/app-service-app-service-environment-control-inbound-traffic.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The following list contains the ports used by an App Service Environment. All po
4949
## Outbound Connectivity and DNS Requirements
5050
For an App Service Environment to function properly, it also requires outbound access to various endpoints. A full list of the external endpoints used by an ASE is in the "Required Network Connectivity" section of the [Network Configuration for ExpressRoute](app-service-app-service-environment-network-configuration-expressroute.md#required-network-connectivity) article.
5151

52-
App Service Environments require a valid DNS infrastructure configured for the virtual network. If the DNS configuration is changed after the creation of an App Service Environment, developers can force an App Service Environment to pick up the new DNS configuration. If you trigger a rolling environment reboot using the **Restart** icon, the environment picks up the new DNS configuration. (The **Restart** icon is located at the top of the App Service Environment management blade, in the [Azure portal][NewPortal].)
52+
App Service Environments require a valid DNS infrastructure configured for the virtual network. If the DNS configuration is changed after the creation of an App Service Environment, developers can force an App Service Environment to pick up the new DNS configuration. If you trigger a rolling environment reboot using the **Restart** icon, the environment picks up the new DNS configuration. (The **Restart** icon is located at the top of the App Service Environment management blade, in the [Azure portal](https://portal.azure.com).)
5353

5454
It's also recommended that any custom DNS servers on the vnet be set up ahead of time before creating an App Service Environment. If a virtual network's DNS configuration is changed during the creation of an App Service Environment, the App Service Environment creation process will fail. Similarly, if there's a custom DNS server that's unreachable or unavailable on the other end of a VPN gateway, the App Service Environment creation process will also fail.
5555

@@ -138,6 +138,5 @@ For more information, see [Securely connecting to Backend resources from an App
138138
[NetworkSecurityGroups]: ../../virtual-network/virtual-network-vnet-plan-design-arm.md
139139
[IntroToAppServiceEnvironment]: app-service-app-service-environment-intro.md
140140
[SecurelyConnecttoBackend]: app-service-app-service-environment-securely-connecting-to-backend-resources.md
141-
[NewPortal]: https://portal.azure.com
142141

143142
<!-- IMAGES -->

articles/app-service/environment/app-service-app-service-environment-network-configuration-expressroute.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ App Service Environment requires the following network connectivity settings to
5151

5252
* Inbound network access to required ports for App Service Environment must be allowed. For details, see [How to control inbound traffic to App Service Environment][requiredports].
5353

54-
To fulfill the DNS requirements, make sure a valid DNS infrastructure is configured and maintained for the virtual network. If the DNS configuration is changed after App Service Environment is created, developers can force App Service Environment to pick up the new DNS configuration. You can trigger a rolling environment reboot by using the **Restart** icon under App Service Environment management in the [Azure portal][NewPortal]. The reboot causes the environment to pick up the new DNS configuration.
54+
To fulfill the DNS requirements, make sure a valid DNS infrastructure is configured and maintained for the virtual network. If the DNS configuration is changed after App Service Environment is created, developers can force App Service Environment to pick up the new DNS configuration. You can trigger a rolling environment reboot by using the **Restart** icon under App Service Environment management in the [Azure portal](https://portal.azure.com). The reboot causes the environment to pick up the new DNS configuration.
5555

5656
To fulfill the inbound network access requirements, configure a [network security group (NSG)][NetworkSecurityGroups] on the App Service Environment subnet. The NSG allows the required access [to control inbound traffic to App Service Environment][requiredports].
5757

@@ -155,7 +155,5 @@ To get started with App Service Environment for Power Apps, see [Introduction to
155155
[DownloadCenterAddressRanges]: https://www.microsoft.com/download/details.aspx?id=41653
156156
[NetworkSecurityGroups]: ../../virtual-network/virtual-network-vnet-plan-design-arm.md
157157
[IntroToAppServiceEnvironment]: app-service-app-service-environment-intro.md
158-
[NewPortal]: https://portal.azure.com
159-
160158

161159
<!-- IMAGES -->

articles/app-service/manage-scale-up.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,8 @@ For information about the pricing and features of individual App Service plans,
4242

4343
> [!NOTE]
4444
> To scale up to Premium V3 tier, see [Configure Premium V3 tier for App Service](app-service-configure-premium-tier.md).
45-
>
4645
47-
1. In your browser, open the [Azure portal][portal].
46+
1. In your browser, open the [Azure portal](https://portal.azure.com).
4847

4948
1. In the left navigation of your App Service app page, select **Scale up (App Service plan)**.
5049

@@ -92,7 +91,6 @@ For a table of service limits, quotas, and constraints, and supported features i
9291
[vmsizes]:https://azure.microsoft.com/pricing/details/app-service/
9392
[SQLaccountsbilling]:https://go.microsoft.com/fwlink/?LinkId=234930
9493
[azuresubscriptions]:https://account.windowsazure.com/subscriptions
95-
[portal]: https://portal.azure.com/
9694

9795
<!-- IMAGES -->
9896
[ChooseWHP]: ./media/web-sites-scale/scale1ChooseWHP.png

0 commit comments

Comments
 (0)