Skip to content

Commit 229ec13

Browse files
authored
Merge branch 'main' into Broken-link-ajburnle
2 parents e4f34a6 + c12e569 commit 229ec13

File tree

1,146 files changed

+13892
-9276
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,146 files changed

+13892
-9276
lines changed

.github/workflows/stale.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
# start-date: '2021-03-19'
2424
stale-pr-message: >
2525
This pull request has been inactive for at least 14 days.
26-
If you are finished with your changes, don't forget to sign off. See the [contributor guide](https://review.docs.microsoft.com/help/contribute/contribute-how-to-write-pull-request-automation) for instructions.
26+
If you are finished with your changes, don't forget to sign off. See the [contributor guide](https://review.docs.microsoft.com/help/contribute/contribute-how-to-write-pull-request-automation?branch=main) for instructions.
2727
28-
[Get Help](https://review.docs.microsoft.com/help/contribute/help-options?branch=master)
28+
[Get Help](https://review.docs.microsoft.com/help/contribute/help-options?branch=main)
2929
3030
[Docs Support Teams Channel](https://teams.microsoft.com/l/channel/19%3a7ecffca1166a4a3986fed528cf0870ee%40thread.skype/General?groupId=de9ddba4-2574-4830-87ed-41668c07a1ca&tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47)
3131
32-
[Resolve Merge Conflict](https://review.docs.microsoft.com/help/contribute/resolve-merge-conflicts?branch=master)
32+
[Resolve Merge Conflict](https://review.docs.microsoft.com/help/contribute/resolve-merge-conflicts?branch=main)
3333

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,3 @@ AzureMigration.ps1
2424
.gitignore
2525
**/.vscode/settings.json
2626
*.pdn
27-
articles/azure-cache-for-redis/media/cache-managed-identity/Screenshot 2022-01-20 092913.pdn

.openpublishing.publish.config.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -860,7 +860,14 @@
860860
"url": "https://github.com/Azure/azure-webpubsub",
861861
"branch": "main",
862862
"branch_mapping": {}
863+
},
864+
{
865+
"path_to_root": "functions-sql-todo-sample",
866+
"url": "https://github.com/Azure-Samples/azure-sql-binding-func-dotnet-todo",
867+
"branch": "docs-snippets",
868+
"branch_mapping": {}
863869
}
870+
864871
],
865872
"branch_target_mapping": {
866873
"live": [
@@ -884,6 +891,7 @@
884891
"redirection_files": [
885892
".openpublishing.redirection.json",
886893
".openpublishing.redirection.active-directory.json",
894+
".openpublishing.redirection.azure-blob.json",
887895
".openpublishing.redirection.azure-sql.json",
888896
"articles/data-factory/.openpublishing.redirection.data-factory.json",
889897
".openpublishing.redirection.defender-for-cloud.json",
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"redirections": [
3+
{
4+
"source_path_from_root": "/articles/storage/blobs/storage-upload-process-images.md",
5+
"redirect_url": "/azure/storage/blobs/blob-upload-function-trigger",
6+
"redirect_document_id": false
7+
},
8+
{
9+
"source_path_from_root": "/articles/storage/blobs/storage-secure-access-application.md",
10+
"redirect_url": "/azure/storage/blobs/blob-upload-function-trigger",
11+
"redirect_document_id": true
12+
},
13+
{
14+
"source_path_from_root": "/articles/storage/blobs/storage-monitor-troubleshoot-storage-application.md",
15+
"redirect_url": "/azure/storage/blobs/blob-upload-function-trigger",
16+
"redirect_document_id": false
17+
}
18+
]
19+
}

.openpublishing.redirection.azure-monitor.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,17 @@
4242
},
4343
{
4444
"source_path_from_root": "/articles/azure-monitor/app/pricing.md",
45-
"redirect_url": "/azure/azure-monitor/logs/cost-logs.md",
45+
"redirect_url": "/azure/azure-monitor/logs/cost-logs",
4646
"redirect_document_id": false
4747
},
4848
{
4949
"source_path_from_root": "/articles/azure-monitor/logs/manage-cost-storage.md",
50-
"redirect_url": "/azure/azure-monitor/logs/cost-logs.md",
50+
"redirect_url": "/azure/azure-monitor/logs/cost-logs",
51+
"redirect_document_id": false
52+
},
53+
{
54+
"source_path_from_root": "/articles/azure-monitor/logs/data-ingestion-from-file.md",
55+
"redirect_url": "/azure/azure-monitor/agents/data-sources-custom-logs",
5156
"redirect_document_id": false
5257
}
5358
]

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -618,6 +618,11 @@
618618
"redirect_url": "/azure/azure-arc/kubernetes/quickstart-connect-cluster",
619619
"redirect_document_id": false
620620
},
621+
{
622+
"source_path": "articles/azure-arc/kubernetes/deploy-azure-iot-edge-workloads.md",
623+
"redirect_url": "/azure/azure-arc/kubernetes/",
624+
"redirect_document_id": false
625+
},
621626
{
622627
"source_path": "articles/cognitive-services/whats-new-docs.md",
623628
"redirect_url": "/azure/cognitive-services/what-are-cognitive-services",

articles/active-directory-b2c/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,8 @@
273273
href: identity-provider-linkedin.md
274274
- name: Microsoft Account
275275
href: identity-provider-microsoft-account.md
276+
- name: Mobile ID
277+
href: identity-provider-mobile-id.md
276278
- name: PingOne (PingIdentity)
277279
href: identity-provider-ping-one.md
278280
displayName: Ping identity

articles/active-directory-b2c/add-identity-provider.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: kengaderdus
66
manager: CelesteDG
77

88
ms.author: kengaderdus
9-
ms.date: 12/02/2021
9+
ms.date: 04/08/2022
1010
ms.custom: mvc
1111
ms.topic: how-to
1212
ms.service: active-directory
@@ -43,6 +43,7 @@ You typically use only one identity provider in your applications, but you have
4343
* [Google](identity-provider-google.md)
4444
* [LinkedIn](identity-provider-linkedin.md)
4545
* [Microsoft Account](identity-provider-microsoft-account.md)
46+
* [Mobile ID](identity-provider-mobile-id.md)
4647
* [PingOne](identity-provider-ping-one.md) (PingIdentity)
4748
* [QQ](identity-provider-qq.md)
4849
* [Salesforce](identity-provider-salesforce.md)

articles/active-directory-b2c/authorization-code-flow.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: CelesteDG
88
ms.service: active-directory
99
ms.workload: identity
1010
ms.topic: conceptual
11-
ms.date: 03/31/2022
11+
ms.date: 04/12/2022
1212
ms.author: kengaderdus
1313
ms.subservice: B2C
1414
ms.custom: fasttrack-edit
@@ -177,7 +177,11 @@ Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ik5HVEZ2ZEstZn
177177
```
178178

179179
## 4. Refresh the token
180-
Access tokens and ID tokens are short-lived. After they expire, you must refresh them to continue to access resources. To do this, submit another POST request to the `/token` endpoint. This time, provide the `refresh_token` instead of the `code`:
180+
181+
Access tokens and ID tokens are short-lived. After they expire, you must refresh them to continue to access resources. When you refresh the access token, Azure AD B2C returns a new token. The refreshed access token will have updated `nbf` (not before), `iat` (issued at), and `exp` (expiration) claim values. All other claim values will be the same as the originally issued access token.
182+
183+
184+
To refresh the toke, submit another POST request to the `/token` endpoint. This time, provide the `refresh_token` instead of the `code`:
181185

182186
```http
183187
POST https://{tenant}.b2clogin.com/{tenant}.onmicrosoft.com/{policy}/oauth2/v2.0/token HTTP/1.1

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ If you don't already have one, start by setting up a Mailjet account (Azure cust
3737

3838
1. Follow the setup instructions at [Create a Mailjet Account](https://www.mailjet.com/guides/azure-mailjet-developer-resource-user-guide/enabling-mailjet/).
3939
1. To be able to send email, [register and validate](https://www.mailjet.com/guides/azure-mailjet-developer-resource-user-guide/enabling-mailjet/#how-to-configure-mailjet-for-use) your Sender email address or domain.
40-
2. Navigate to the [API Key Management page](https://app.mailjet.com/account/api_keys). Record the **API Key** and **Secret Key** for use in a later step. Both keys are generated automatically when your account is created.
40+
2. Navigate to the [API Key Management page](https://dev.mailjet.com/email/guides/senders-and-domains/#use-a-sender-on-all-api-keys-(metasender)). Record the **API Key** and **Secret Key** for use in a later step. Both keys are generated automatically when your account is created.
4141

4242
> [!IMPORTANT]
4343
> Mailjet offers customers the ability to send emails from shared IP and [dedicated IP addresses](https://documentation.mailjet.com/hc/articles/360043101973-What-is-a-dedicated-IP). When using dedicated IP addresses, you need to build your own reputation properly with an IP address warm-up. For more information, see [How do I warm up my IP ?](https://documentation.mailjet.com/hc/articles/1260803352789-How-do-I-warm-up-my-IP-).

0 commit comments

Comments
 (0)