Skip to content

Commit d9019f1

Browse files
Merge branch 'master' into repo_sync_working_branch
2 parents 9b92efa + c6fc7ce commit d9019f1

File tree

402 files changed

+3518
-1972
lines changed

Some content is hidden

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

402 files changed

+3518
-1972
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26616,6 +26616,11 @@
2661626616
"redirect_url": "/azure/spatial-anchors/how-tos/create-locate-anchors-unity",
2661726617
"redirect_document_id": false
2661826618
},
26619+
{
26620+
"source_path_from_root": "/articles/spring-cloud/how-to-provision-azure-spring-cloud-instance-terraform.md",
26621+
"redirect_url": "/azure/spring-cloud/quickstart-deploy-infrastructure-vnet-terraform",
26622+
"redirect_document_id": false
26623+
},
2661926624
{
2662026625
"source_path_from_root": "/articles/spring-cloud/spring-cloud-vnet-customer-responsibilities.md",
2662126626
"redirect_url": "/azure/spring-cloud/vnet-customer-responsibilities",

.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
]

ISSUE_TEMPLATE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ If you would like to contact Microsoft about other things, such as product feedb
2828

2929
- If you need technical support using Azure, the paid and free support options are described here: https://azure.microsoft.com/support/options/.
3030

31-
- Each article in the Azure technical documentation contains a product feedback button - it's best to submit product feedback directly from a relevant article. Otherwise, you can submit product feedback for most Azure products in the following product feedback forum: https://feedback.azure.com/forums/34192--general-feedback.
31+
- Each article in the Azure technical documentation contains a product feedback button - it's best to submit product feedback directly from a relevant article. Otherwise, you can submit product feedback for most Azure products in the following product feedback forum: https://feedback.azure.com/d365community/forum/79b1327d-d925-ec11-b6e6-000d3a4f06a4.

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/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**.

articles/active-directory-domain-services/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,6 @@
167167
- name: Pricing
168168
href: https://azure.microsoft.com/pricing/details/active-directory-ds/
169169
- name: Azure AD feedback forum
170-
href: https://feedback.azure.com/forums/169401-azure-active-directory
170+
href: https://feedback.azure.com/d365community/forum/22920db1-ad25-ec11-b6e6-000d3a4f0789
171171
- name: Use Azure AD Domain Services in Azure CSP subscriptions
172172
href: csp.md

articles/active-directory-domain-services/delete-aadds.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ Consider [sharing feedback][feedback] for the features that you would like to se
4646
If you want to get started with Azure AD DS again, see [Create and configure an Azure Active Directory Domain Services managed domain][create-instance].
4747

4848
<!-- INTERNAL LINKS -->
49-
[feedback]: https://feedback.azure.com/forums/169401-azure-active-directory?category_id=160593%3fcategory_id%3d160593
50-
[create-instance]: tutorial-create-instance.md
49+
[feedback]: https://feedback.azure.com/d365community/forum/22920db1-ad25-ec11-b6e6-000d3a4f0789?c=5d63b5b7-ae25-ec11-b6e6-000d3a4f0789
50+
[create-instance]: tutorial-create-instance.md

0 commit comments

Comments
 (0)