Skip to content

Commit df046e0

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into newEntryAVS
2 parents cc5ec6d + 499adb0 commit df046e0

31 files changed

Lines changed: 688 additions & 179 deletions

articles/app-service/environment/creation.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.custom:
1616

1717
# Quickstart: Create an App Service Environment
1818

19-
In this quickstart, you create an App Service Environment. [App Service Environment][Intro] is a single-tenant deployment of Azure App Service that integrates with an Azure virtual network. Each App Service Environment deployment requires a dedicated subnet, which you can't use for other resources.
19+
In this quickstart, you create an App Service Environment. [App Service Environment](overview.md) is a single-tenant deployment of Azure App Service that integrates with an Azure virtual network. Each App Service Environment deployment requires a dedicated subnet, which you can't use for other resources.
2020

2121
If you don't have an Azure account, create a [free account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn) before you begin.
2222

@@ -120,8 +120,4 @@ After you successfully create your App Service Environment, you can select it as
120120

121121
## Related content
122122

123-
- [Create an App Service Environment by using a Resource Manager template](how-to-create-from-template.md).
124-
125-
<!--Links-->
126-
[Intro]: ./overview.md
127-
[UseAppServiceEnvironment]: ./using.md
123+
- [Create an App Service Environment - Azure Resource Manager template](how-to-create-from-template.md)

articles/app-service/environment/how-to-create-from-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,6 @@ Creating the App Service Environment usually takes about an hour, but if it's a
122122

123123
## Related content
124124

125-
- [Use an App Service Environment](using.md)
125+
- [Host an app in an App Service Environment](using.md)
126126
- [App Service Environment networking](networking.md)
127127
- [Certificates and the App Service Environment](overview-certificates.md)

articles/app-service/environment/how-to-custom-domain-suffix.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,10 +184,10 @@ To configure DNS in Azure DNS private zones:
184184
:::image type="content" source="./media/custom-domain-suffix/private-dns-zone-vnet-link.png" alt-text="Screenshot of a sample virtual network link for private DNS zone.":::
185185
1. Optionally create an A record in that zone that points *.scm to the inbound IP address used by your App Service Environment.
186186

187-
For more information on configuring DNS for your domain, see [Use an App Service Environment](./using.md#dns-configuration).
187+
For more information on configuring DNS for your domain, see [Use an App Service Environment](./using.md#configure-dns).
188188

189189
> [!NOTE]
190-
> In addition to configuring DNS for your custom domain suffix, you should also consider [configuring DNS for the default domain suffix](./using.md#dns-configuration) to ensure all App Service features function as expected.
190+
> In addition to configuring DNS for your custom domain suffix, you should also consider [configuring DNS for the default domain suffix](./using.md#configure-dns) to ensure all App Service features function as expected.
191191
>
192192

193193
## Access your apps
@@ -209,7 +209,7 @@ The App Service platform periodically checks if your App Service Environment can
209209
## Next steps
210210

211211
> [!div class="nextstepaction"]
212-
> [Using an App Service Environment v3](using.md)
212+
> [Host an app in an App Service Environment](using.md)
213213

214214
> [!div class="nextstepaction"]
215215
> [App Service Environment v3 Networking](networking.md)

articles/app-service/environment/how-to-upgrade-preference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ az rest --method POST --uri "${ASE_ID}/upgrade?api-version=2022-03-01"
143143
## Next steps
144144

145145
> [!div class="nextstepaction"]
146-
> [Using an App Service Environment v3](using.md)
146+
> [Host an app in an App Service Environment](using.md)
147147
148148
> [!div class="nextstepaction"]
149149
> [App Service Environment v3 Networking](networking.md)
43.5 KB
Loading
198 KB
Loading
134 KB
Loading
132 KB
Loading
188 KB
Loading
147 KB
Loading

0 commit comments

Comments
 (0)