Skip to content

Commit 8df3133

Browse files
Merge pull request #293630 from craigshoemaker/patch-1
[Static Web Apps] Update authentication-custom.md -> add missing backtick
2 parents 3b3ab72 + cd4a758 commit 8df3133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/static-web-apps/authentication-custom.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ To create the registration, begin by creating the following [application setting
3333
| Setting Name | Value |
3434
| --- | --- |
3535
| `AZURE_CLIENT_ID` | The Application (client) ID for the Microsoft Entra app registration. |
36-
| `AZURE_CLIENT_SECRET_APP_SETTING_NAME | The name of the application setting that holds the client secret for the Microsoft Entra app registration. |
36+
| `AZURE_CLIENT_SECRET_APP_SETTING_NAME` | The name of the application setting that holds the client secret for the Microsoft Entra app registration. |
3737

3838
Next, use the following sample to configure the provider in the [configuration file](configuration.md).
3939

0 commit comments

Comments
 (0)