Skip to content

Commit 2c9108c

Browse files
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into us488525-03
2 parents c98ce05 + be7ca32 commit 2c9108c

12,031 files changed

Lines changed: 170595 additions & 206620 deletions

File tree

Some content is hidden

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

.openpublishing.publish.config.json

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,24 @@
164164
"branch": "main",
165165
"branch_mapping": {}
166166
},
167+
{
168+
"path_to_root": "functions-host-mcp-sdk-dotnet",
169+
"url": "https://github.com/Azure-Samples/mcp-sdk-functions-hosting-dotnet",
170+
"branch": "main",
171+
"branch_mapping": {}
172+
},
173+
{
174+
"path_to_root": "functions-host-mcp-sdk-node",
175+
"url": "https://github.com/Azure-Samples/mcp-sdk-functions-hosting-node",
176+
"branch": "main",
177+
"branch_mapping": {}
178+
},
179+
{
180+
"path_to_root": "functions-host-mcp-sdk-python",
181+
"url": "https://github.com/Azure-Samples/mcp-sdk-functions-hosting-python",
182+
"branch": "main",
183+
"branch_mapping": {}
184+
},
167185
{
168186
"path_to_root": "azure-functions-durable-js",
169187
"url": "https://github.com/Azure/azure-functions-durable-js",
@@ -248,6 +266,24 @@
248266
"branch": "main",
249267
"branch_mapping": {}
250268
},
269+
{
270+
"path_to_root": "functions-azd-timer-dotnet",
271+
"url": "https://github.com/Azure-Samples/functions-quickstart-dotnet-azd-timer",
272+
"branch": "main",
273+
"branch_mapping": {}
274+
},
275+
{
276+
"path_to_root": "functions-azd-timer-python",
277+
"url": "https://github.com/Azure-Samples/functions-quickstart-python-azd-timer",
278+
"branch": "main",
279+
"branch_mapping": {}
280+
},
281+
{
282+
"path_to_root": "functions-azd-timer-typescript",
283+
"url": "https://github.com/Azure-Samples/functions-quickstart-typescript-azd-timer",
284+
"branch": "main",
285+
"branch_mapping": {}
286+
},
251287
{
252288
"path_to_root": "azure-functions-templates-v3",
253289
"url": "https://github.com/Azure/azure-functions-templates",
@@ -500,12 +536,41 @@
500536
"branch": "v1.x",
501537
"branch_mapping": {}
502538
},
539+
{
540+
"path_to_root": "functions-scenarios-quickstart-sql",
541+
"url": "https://github.com/Azure-Samples/functions-quickstart-dotnet-azd-sql",
542+
"branch": "main",
543+
"branch_mapping": {}
544+
},
503545
{
504546
"path_to_root": "functions-sql-todo-sample",
505547
"url": "https://github.com/Azure-Samples/azure-sql-binding-func-dotnet-todo",
506548
"branch": "docs-snippets",
507549
"branch_mapping": {}
508550
},
551+
{
552+
"path_to_root": "functions-scenarios-custom-mcp-dotnet",
553+
"url": "https://github.com/Azure-Samples/remote-mcp-functions-dotnet",
554+
"branch": "main",
555+
"branch_mapping": {}
556+
},
557+
{
558+
"path_to_root": "functions-scenarios-custom-mcp-python",
559+
"url": "https://github.com/Azure-Samples/remote-mcp-functions-python",
560+
"branch": "main",
561+
"branch_mapping": {}
562+
},
563+
{
564+
"path_to_root": "functions-scenarios-custom-mcp-java",
565+
"url": "https://github.com/Azure-Samples/remote-mcp-functions-java",
566+
"branch": "main",
567+
"branch_mapping": {}
568+
}, {
569+
"path_to_root": "functions-scenarios-custom-mcp-typescript",
570+
"url": "https://github.com/Azure-Samples/remote-mcp-functions-typescript",
571+
"branch": "main",
572+
"branch_mapping": {}
573+
},
509574
{
510575
"path_to_root": "ImmersiveReaderSdk",
511576
"url": "https://github.com/microsoft/immersive-reader-sdk",

.openpublishing.redirection.json

Lines changed: 988 additions & 1625 deletions
Large diffs are not rendered by default.

articles/active-directory-b2c/add-sign-up-and-sign-in-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Watch this video to learn how the user sign-up and sign-in policy works.
4141
4242
## Prerequisites
4343

44-
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
44+
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
4545
- If you don't have one already, [create an Azure AD B2C tenant](tutorial-create-tenant.md) that is linked to your Azure subscription.
4646

4747
::: zone pivot="b2c-user-flow"

articles/active-directory-b2c/azure-monitor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ In summary, you'll use Azure Lighthouse to allow a user or group in your Azure A
6969

7070
- An Azure AD B2C account with [Global Administrator](/entra/identity/role-based-access-control/permissions-reference#global-administrator) role on the Azure AD B2C tenant.
7171

72-
- A Microsoft Entra account with the [Owner](../role-based-access-control/built-in-roles.md#owner) role in the Microsoft Entra subscription. See how to [Assign a user as an administrator of an Azure subscription](../role-based-access-control/role-assignments-portal-subscription-admin.yml).
72+
- A Microsoft Entra account with the [Owner](../role-based-access-control/built-in-roles.md#owner) role in the Microsoft Entra subscription. See how to [Assign a user as an administrator of an Azure subscription](/azure/role-based-access-control/role-assignments-portal-subscription-admin).
7373

7474
## 1. Create or choose resource group
7575

articles/active-directory-b2c/billing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ A subscription linked to an Azure AD B2C tenant can be used for the billing of A
6969

7070
### Prerequisites
7171

72-
* [Azure subscription](https://azure.microsoft.com/free/)
72+
* [Azure subscription](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn)
7373
* [Azure AD B2C tenant](tutorial-create-tenant.md) that you want to link to a subscription
7474
* You must be a tenant administrator
7575
* The tenant must not already be linked to a subscription

articles/active-directory-b2c/configure-authentication-sample-python-web-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The sign-in flow involves the following steps:
3939

4040
## Prerequisites
4141

42-
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
42+
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
4343
- If you don't have one already, [create an Azure AD B2C tenant](tutorial-create-tenant.md) that is linked to your Azure subscription.
4444
- [Python 3.8+](https://www.python.org/downloads/)
4545

articles/active-directory-b2c/partner-akamai-secure-hybrid-access.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ To get started, you'll need:
3838

3939
- An Akamai Enterprise Access contract. If you don’t have one, get a [free trial](https://www.akamai.com/products/enterprise-application-access).
4040

41-
- An Azure subscription. If you don't have a subscription, you can get a [free account](https://azure.microsoft.com/free/).
41+
- An Azure subscription. If you don't have a subscription, you can get a [free account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
4242

4343
- An [Azure AD B2C tenant](./tutorial-create-tenant.md) that's linked to your Azure subscription.
4444

articles/active-directory-b2c/partner-akamai.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ KSD: [Kona Site Defender](https://www.akamai.com/us/en/products/security/kona-si
3636
## Prerequisites
3737

3838
* An Azure subscription
39-
* If you don't have one, get an [Azure free account](https://azure.microsoft.com/free/)
39+
* If you don't have one, get an [Azure free account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn)
4040
* An Azure AD B2C tenant linked to your Azure subscription
4141
* See, [Tutorial: Create an Azure Active Directory B2C tenant](tutorial-create-tenant.md)
4242
* An Akamai WAP account

articles/active-directory-b2c/partner-arkose-labs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ In this tutorial, learn how to integrate Azure Active Directory B2C (Azure AD B2
2727
To get started, you'll need:
2828

2929
- An Azure subscription
30-
- If you don't have one, you can get an [Azure free account](https://azure.microsoft.com/free/)
30+
- If you don't have one, you can get an [Azure free account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn)
3131
- [An Azure AD B2C tenant](tutorial-create-tenant.md) linked to your Azure subscription
3232
- An Arkose Labs account
3333
- Go to arkoselabs.com to [request a demo](https://www.arkoselabs.com/bot-management-demo/)

articles/active-directory-b2c/partner-asignio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Learn more:
4040

4141
* An Azure subscription.
4242

43-
* If you don't have on, get an [Azure free account](https://azure.microsoft.com/free/)
43+
* If you don't have on, get an [Azure free account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn)
4444

4545
- An Azure AD B2C tenant linked to the Azure subscription
4646
- See, [Tutorial: Create an Azure Active Directory B2C tenant](./tutorial-create-tenant.md)

0 commit comments

Comments
 (0)