Skip to content

Commit cc594e3

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into privlink-patch
2 parents ff93525 + 3a2b4cd commit cc594e3

File tree

8 files changed

+42
-9
lines changed

8 files changed

+42
-9
lines changed

articles/active-directory/authentication/how-to-mfa-microsoft-managed.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: active-directory
66
ms.service: active-directory
77
ms.subservice: authentication
88
ms.topic: conceptual
9-
ms.date: 11/11/2021
9+
ms.date: 02/22/2022
1010

1111
ms.author: justinha
1212
author: mjsantani
@@ -26,7 +26,7 @@ The option to let Azure AD manage the setting is a convenient way for an organiz
2626

2727
## Settings that can be Microsoft managed
2828

29-
The following table lists settings that can be set to Microsoft managed and whether it is enabled or disabled.
29+
The following table list each setting that can be set to Microsoft managed and whether that setting is enabled or disabled by default.
3030

3131
| Setting | Configuration |
3232
|---------------------------------------------------------------------------------------------------------------------------------|---------------|

articles/azure-monitor/app/change-analysis-troubleshoot.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to troubleshoot problems in Application Change Analysis.
44
ms.topic: conceptual
55
author: cawams
66
ms.author: cawa
7-
ms.date: 01/07/2022
7+
ms.date: 02/17/2022
88
ms.custom: devx-track-azurepowershell
99

1010
---
@@ -66,12 +66,9 @@ This general unauthorized error message occurs when the current user does not ha
6666
* To view infrastructure changes returned by Azure Resource Graph and Azure Resource Manager, reader access is required.
6767
* For web app in-guest file changes and configuration changes, contributor role is required.
6868
69-
You may not immediately see web app in-guest file changes and configuration changes. While we work on providing the option to restart the app in the Azure portal, the current procedure is:
69+
## Cannot see in-guest changes for newly enabled Web App.
7070
71-
1. User adds the hidden tracking tag, notifying the scheduled worker.
72-
2. Scheduled worker scans the web app within a few hours.
73-
3. While scanning, scheduled worker creates a handshake file via AST.
74-
4. The Web App team checks that handshake file when it restarts.
71+
You may not immediately see web app in-guest file changes and configuration changes. Restart your web app and you should be able to view changes within 30 minutes. If not, contact the [Change Analysis help team](mailto:[email protected]).
7572
7673
## Diagnose and solve problems tool for virtual machines
7774

articles/static-web-apps/get-started-cli.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,19 @@ Now that the repository is created, you can create a static web app from the Azu
108108
--login-with-github
109109
```
110110
111+
# [Blazor](#tab/blazor)
112+
113+
```azurecli
114+
az staticwebapp create \
115+
--name my-first-static-web-app \
116+
--resource-group my-swa-group \
117+
--source https://github.com/$GITHUB_USER_NAME/my-first-static-web-app \
118+
--location "eastus2" \
119+
--branch main \
120+
--app-location "Client" \
121+
--output-location "wwwroot" \
122+
--login-with-github
123+
```
111124
---
112125
113126
> [!IMPORTANT]

articles/static-web-apps/get-started-portal.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,13 @@ After you sign in with GitHub, enter the repository information.
8585
1. Keep the default value in the _App location_ box.
8686
1. Leave the _Api location_ box empty.
8787
1. Keep the default value in the _App artifact location_ box.
88+
89+
# [Blazor](#tab/blazor)
90+
91+
1. Select **Blazor** from the _Build Presets_ dropdown.
92+
1. Keep the default value of **Client** in the _App location_ box.
93+
1. Leave the _Api location_ box empty.
94+
1. Keep the default value of **wwwroot** in the _App artifact location_ box.
8895

8996
---
9097

articles/static-web-apps/getting-started.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,14 @@ If you don't already have the [Azure Static Web Apps extension for Visual Studio
110110

111111
Enter **dist** as the build output location.
112112

113+
# [Blazor](#tab/blazor)
114+
115+
:::image type="content" source="media/getting-started/extension-presets-blazor.png" alt-text="Application presets: Blazor":::
116+
117+
Enter **Client** as the location for the application files, since this is the root folder of the Blazor project.
118+
119+
Enter **wwwroot** as the build output location.
120+
113121
---
114122

115123
1. Once the app is created, a confirmation notification is shown in Visual Studio Code.
@@ -132,7 +140,7 @@ If you're not going to continue to use this application, you can delete the Azur
132140

133141
In the Visual Studio Code Explorer window, return to the _Static Web Apps_ section and right-click on **my-first-static-web-app** and select **Delete**.
134142

135-
:::image type="content" source="media/getting-started/extension-delete.png" alt-text="Delete app":::
143+
:::image type="content" source="media/getting-started/extension-delete.png" alt-text="Delete app":::
136144

137145
## Next steps
138146

articles/static-web-apps/index.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ landingContent:
3131
url: ./getting-started.md?tabs=react
3232
- text: Deploy a Vue app
3333
url: ./getting-started.md?tabs=vue
34+
- text: Deploy a Blazor app
35+
url: ./getting-started.md?tabs=blazor
3436
- linkListType: learn
3537
links:
3638
- text: Publish an Angular, React, Svelte, or Vue JavaScript app
15.6 KB
Loading

includes/static-web-apps-get-started-create-repo.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ This article uses a GitHub template repository to make it easy for you to get st
3737
1. [https://github.com/staticwebdev/vue-basic/generate](https://github.com/login?return_to=%2Fstaticwebdev%2Fvue-basic%2Fgenerate)
3838
1. Name your repository **my-first-static-web-app**
3939

40+
# [Blazor](#tab/blazor)
41+
42+
1. Navigate to the following location to create a new repository:
43+
1. [https://github.com/staticwebdev/blazor-basic/generate](https://github.com/login?return_to=%2Fstaticwebdev%2Fblazor-basic%2Fgenerate)
44+
1. Name your repository **my-first-static-web-app**
45+
4046
---
4147

4248
Select **Create repository from template**.

0 commit comments

Comments
 (0)