Skip to content

Commit 3b92b15

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents 005da13 + cfbbf0b commit 3b92b15

File tree

1,387 files changed

+17911
-12521
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,387 files changed

+17911
-12521
lines changed

.openpublishing.publish.config.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@
4545
"branch": "master",
4646
"branch_mapping": {}
4747
},
48+
{
49+
"path_to_root": "azure_arc_sample",
50+
"url": "https://github.com/microsoft/azure_arc",
51+
"branch": "main",
52+
"branch_mapping": {}
53+
},
4854
{
4955
"path_to_root": "resourcemanager-templates",
5056
"url": "https://github.com/Azure/azure-docs-json-samples",

.openpublishing.redirection.azure-web-pubsub.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44
"source_path_from_root": "/articles/azure-web-pubsub/howto-troubleshoot-diagnostic-logs.md",
55
"redirect_url": "/azure/azure-web-pubsub/howto-troubleshoot-resource-logs",
66
"redirect_document_id": false
7+
},
8+
{
9+
"source_path_from_root": "/articles/azure-web-pubsub/reference-server-sdk-csharp.md",
10+
"redirect_url": "/dotnet/api/overview/azure/webpubsub/client",
11+
"redirect_document_id": false
12+
},
13+
{
14+
"source_path_from_root": "/articles/azure-web-pubsub/reference-server-sdk-java.md",
15+
"redirect_url": "/java/api/overview/azure/webpubsub/client",
16+
"redirect_document_id": false
717
}
818
]
919
}

.openpublishing.redirection.json

Lines changed: 435 additions & 0 deletions
Large diffs are not rendered by default.

.whatsnew/.external-identities.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"relativeLinkPrefix": "/azure/active-directory/external-identities"
88
},
99
"inclusionCriteria": {
10-
"excludePullRequestTitles": true,
10+
"omitPullRequestTitles" : true,
1111
"minAdditionsToFile" : 10,
1212
"maxFilesChanged": 50,
1313
"labels": [
@@ -17,7 +17,7 @@
1717
},
1818
"areas": [
1919
{
20-
"name": ".",
20+
"names": [ "."],
2121
"heading": "Azure Active Directory external identities"
2222
}
2323
]

articles/active-directory-b2c/TOC.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -633,6 +633,7 @@
633633
href: https://azure.microsoft.com/roadmap/?category=security-identity
634634
- name: Frequently asked questions
635635
href: ./faq.yml
636+
displayName: FAQ
636637
- name: Getting help
637638
href: ../active-directory/develop/developer-support-help-options.md
638639
- name: Pricing

articles/active-directory-b2c/custom-email-sendgrid.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ Next, store the SendGrid API key in an Azure AD B2C policy key for your policies
6060

6161
With a SendGrid account created and SendGrid API key stored in an Azure AD B2C policy key, create a SendGrid [dynamic transactional template](https://sendgrid.com/docs/ui/sending-email/how-to-send-an-email-with-dynamic-transactional-templates/).
6262

63-
1. On the SendGrid site, open the [transactional templates](https://sendgrid.com/dynamic_templates) page and select **Create Template**.
64-
1. Enter a unique template name like `Verification email` and then select **Save**.
65-
1. To begin editing your new template, select **Add Version**.
66-
1. Select **Code Editor** and then **Continue**.
63+
1. On the SendGrid site, open the [transactional templates](https://sendgrid.com/dynamic_templates) page and select **Create a Dynamic Template**.
64+
1. Enter a unique template name like `Verification email` and then select **Create**.
65+
1. To begin editing your new template, select the template i.e. `Verification email`, then select **Add Version**.
66+
1. Select **Blank Template** and then **Code Editor**.
6767
1. In the HTML editor, paste following HTML template or use your own. The `{{otp}}` and `{{email}}` parameters will be replaced dynamically with the one-time password value and the user email address.
6868

6969
```HTML
@@ -158,8 +158,9 @@ With a SendGrid account created and SendGrid API key stored in an Azure AD B2C p
158158
</html>
159159
```
160160

161-
1. Expand **Settings** on the left, and for **Email Subject**, enter `{{subject}}`.
162-
1. Select **Save Template**.
161+
1. Expand **Settings** on the left, and for **Version Name**, enter a template version.
162+
1. For **Subject**, enter `{{subject}}`.
163+
1. A the top of the page, select **Save**.
163164
1. Return to the **Transactional Templates** page by selecting the back arrow.
164165
1. Record the **ID** of template you created for use in a later step. For example, `d-989077fbba9746e89f3f6411f596fb96`. You specify this ID when you [add the claims transformation](#add-the-claims-transformation).
165166

articles/active-directory-b2c/custom-policy-developer-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ The following table summarizes the Security Assertion Markup Language (SAML) app
105105
|[Azure AD B2C](identity-provider-azure-ad-b2c.md) | GA | GA | |
106106
|[eBay](identity-provider-ebay.md) | NA | Preview | |
107107
|[Facebook](identity-provider-facebook.md) | GA | GA | |
108-
|[GitHub](identity-provider-github.md) | GA | GA | |
108+
|[GitHub](identity-provider-github.md) | Preview | GA | |
109109
|[Google](identity-provider-google.md) | GA | GA | |
110110
|[ID.me](identity-provider-id-me.md) | GA | GA | |
111111
|[LinkedIn](identity-provider-linkedin.md) | GA | GA | |

articles/active-directory-b2c/faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ sections:
149149
- question: |
150150
Can I use my own URLs on my sign-up and sign-in pages that are served by Azure AD B2C? For instance, can I change the URL from contoso.b2clogin.com to login.contoso.com?
151151
answer: |
152-
This feature is available in public preview. For details, see [Azure AD B2C custom domains](./custom-domain.md?pivots=b2c-user-flow).
152+
Yes, you can use your own domain. For details, see [Azure AD B2C custom domains](./custom-domain.md?pivots=b2c-user-flow).
153153
154154
- question: |
155155
How do I delete my Azure AD B2C tenant?

articles/active-directory-b2c/localization-string-ids.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ The following are the IDs for a [one-time password technical profile](one-time-p
520520
<LocalizedStrings>
521521
<LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfSessionDoesNotExist">You have exceeded the maximum time allowed.</LocalizedString>
522522
<LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfMaxRetryAttempted">You have exceeded the number of retries allowed.</LocalizedString>
523-
<LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfMaxNumberOfCodeGenerated">You have exceeded the number of retries allowed.</LocalizedString>
523+
<LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfMaxNumberOfCodeGenerated">You have exceeded the number of code generation attempts allowed.</LocalizedString>
524524
<LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfInvalidCode">You have entered the wrong code.</LocalizedString>
525525
<LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfVerificationFailedRetryAllowed">That code is incorrect. Please try again.</LocalizedString>
526526
<LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfSessionConflict">Cannot verify the code, please try again later.</LocalizedString>

articles/active-directory-b2c/tutorial-create-tenant.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ You learn how to register an application in the next tutorial.
5555
1. Add **Microsoft.AzureActiveDirectory** as a resource provider for the Azure subscription your're using ([learn more](../azure-resource-manager/management/resource-providers-and-types.md?WT.mc_id=Portal-Microsoft_Azure_Support#register-resource-provider-1)):
5656

5757
1. On the Azure portal, search for and select **Subscriptions**.
58-
2. Select your subscription, and then in the left menu, select **Resource providers**. If you do not see the left menu, select the **Show the menu for < name of your subscription >** icon at the top left part of the page to open it.
58+
2. Select your subscription, and then in the left menu, select **Resource providers**. If you don't see the left menu, select the **Show the menu for < name of your subscription >** icon at the top left part of the page to expand it.
5959
3. Make sure the **Microsoft.AzureActiveDirectory** row shows a status of **Registered**. If it doesn't, select the row, and then select **Register**.
6060

6161
1. On the Azure portal menu or from the **Home** page, select **Create a resource**.

0 commit comments

Comments
 (0)