Skip to content

Commit c54db39

Browse files
authored
changed files by pdets auto publish service, publishid[a0551645-1087-4949-a039-165a70268dcd] and do [publish].
1 parent b49d4b4 commit c54db39

File tree

8 files changed

+15
-13
lines changed

8 files changed

+15
-13
lines changed

learn-pr/wwl-azure/configure-azure-app-services/includes/1-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Azure Administrators are interested in solutions that make it easier to deploy and manage their web, mobile, and API applications.
1+
Azure Administrators are interested in solutions that make it easier to deploy and manage their web, mobile, and API applications. Azure Administrators are interested in solutions that are AI-ready.
22

33
Your company provides consumer research, and your team manages the on-premises servers. The servers you administer run the entire company infrastructure from web servers to databases. The hardware is aging and starting to struggle to keep up with some of the new data analysis applications. Rather than upgrade the hardware, the company decided to deploy Azure App Service.
44

learn-pr/wwl-azure/configure-azure-app-services/includes/10-use-application-insights.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Application Insights is designed to help you continuously improve the performanc
88

99
Let's examine some characteristics of Application Insights for Azure Monitor.
1010

11-
- Application Insights works on various platforms including .NET, Node.js and Java EE.
11+
- Application Insights works on various platforms including .NET, Node.js, and Java EE.
1212

1313
- The feature can be used for configurations that are hosted on-premises, in a hybrid environment, or in any public cloud.
1414

@@ -39,4 +39,4 @@ Application Insights is ideal for supporting your development team. The feature
3939
- **Consider Custom events and metrics**. Write your own custom events and metric tracking algorithms as client or server code. Track business events such as number of items sold, or number of games won.
4040

4141
> [!TIP]
42-
> Consider extending your learning with the [Troubleshoot solutions by using Application Insights](/training/paths/az-204-instrument-solutions-support-monitoring-logging/) training module.
42+
> Consider extending your learning with the [*Troubleshoot solutions by using Application Insights*](/training/paths/az-204-instrument-solutions-support-monitoring-logging/) training module.

learn-pr/wwl-azure/configure-azure-app-services/includes/3-create-app-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Let's examine some of the basic configuration settings you need to create an app
1818

1919
#### Post-creation settings
2020

21-
After your app is created, other Configuration settings become available in the Azure portal, including app deployment options and path mapping.
21+
After your app is created, other **Configuration** settings become available in the Azure portal, including app deployment options and path mapping.
2222

2323
:::image type="content" source="../media/web-app-configuration-27facdc5.png" alt-text="Screenshot that shows other configuration options for an app with the App Service in the Azure portal.":::
2424

learn-pr/wwl-azure/configure-azure-app-services/includes/5-create-deployment-slots.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ There are several advantages to using deployment slots with your App Service app
2222

2323
- **Consider validation**. You can validate changes to your app in a staging deployment slot before swapping the app changes with the content in the production slot.
2424

25-
- **Consider reductions in downtime**. Deploying an app to a slot first and swapping it into production ensures that all instances of the slot are warmed up before being swapped into production. This option eliminates downtime when you deploy your app. The traffic redirection is seamless, and no requests are dropped because of swap operations. The entire workflow can be automated by configuring **Auto swap** when preswap validation isn't needed.
25+
- **Consider reductions in downtime**. Deploying an app to a slot first and swapping it into production ensures that all instances are ready. This option eliminates downtime when you deploy your app. The traffic redirection is seamless, and no requests are dropped because of swap operations. The entire workflow can be automated by configuring **Auto swap** when preswap validation isn't needed.
2626

2727
- **Consider restoring to last known good site**. After a swap, the slot with the previously staged app now has the previous production app. If the changes swapped into the production slot aren't as you expected, you can perform the same swap immediately to return to your "last known good site."
2828

learn-pr/wwl-azure/configure-azure-app-services/includes/6-add-deployment-slots.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
Deployment slots are configured in the Azure portal. You can swap your app content and configuration elements between deployment slots, including the production slot.
22

3-
### How to use deployment slots in Azure App Service
4-
53
> [!VIDEO https://learn-video.azurefd.net/vod/player?id=b8909968-03b3-47da-ac69-63bee05b8a6c]
64
75
### Things to know about creating deployment slots

learn-pr/wwl-azure/configure-azure-app-services/includes/8-create-custom-domain-names.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,11 @@ Using a custom domain allows you to:
1717

1818
### Steps to configure a custom domain name for your app
1919

20-
There are three steps to create a custom domain name. The following steps outline how to create a domain name in the Azure portal.
21-
22-
> [!Important]
23-
> To [map a custom DNS name to your app](/azure/app-service/app-service-web-tutorial-custom-domain), you need a paid tier of an App Service plan for your app.
20+
Creating a custom domain name requires providers, security, and naming information.
2421

2522
:::image type="content" source="../media/custom-domain.png" alt-text="Screenshot that shows the custom domain page in the Azure portal.":::
2623

24+
There are three steps to create a custom domain name.
2725

2826
1. **Reserve your domain name**. The easiest way to set up a custom domain is to buy one directly in the Azure portal. (This name isn't the Azure assigned name of `\*.azurewebsites.net`.) The registration process enables you to manage your web app's domain name directly in the Azure portal instead of going to a third-party site. Configuring the domain name in your web app is also a simple process in the Azure portal.
2927

@@ -37,4 +35,8 @@ There are three steps to create a custom domain name. The following steps outlin
3735

3836
- Some domain registrars don't allow `CNAME` records for the root domain or for wildcard domains. In such cases, you must use an `A` record.
3937

40-
1. **Enable the custom domain**. After you have your domain and create your DNS record, use the Azure portal to validate your custom domain and add it to your web app. Be sure to test your domain before publishing.
38+
1. **Enable the custom domain**. After you have your domain and create your DNS record, use the Azure portal to validate your custom domain and add it to your web app. Be sure to test your domain before publishing.
39+
40+
> [!Important]
41+
> To [map a custom DNS name to your app](/azure/app-service/app-service-web-tutorial-custom-domain), you need a paid tier of an App Service plan for your app.
42+

learn-pr/wwl-azure/configure-azure-app-services/includes/9-backup-app-service.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
The [Backup and Restore feature](/azure/app-service/manage-backup) in Azure App Service lets you easily create backups manually or on a schedule. You can configure the backups to be retained for a specific or indefinite amount of time. You can restore your app or site to a snapshot of a previous state by overwriting the existing content or restoring to another app or site.
22

3-
> [!VIDEO xxxx]
3+
The **Backups** page lists all the automatic and custom backups for your app and displays the status of each.
4+
5+
:::image type="content" source="../media/open-backups-page.png" alt-text="Screenshot showing the app service backup page in the portal.":::
46

57
### Things to know about Backup and Restore
68

109 KB
Loading

0 commit comments

Comments
 (0)