Skip to content

Commit 8c774cd

Browse files
author
gitName
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into ta
2 parents 782e1cf + d7ca4da commit 8c774cd

File tree

110 files changed

+3175
-1933
lines changed

Some content is hidden

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

110 files changed

+3175
-1933
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"redirections": [
3+
{
4+
"source_path": "articles/network-watcher/nsg-flow-logs-rest.md",
5+
"redirect_url": "/previous-versions/azure/network-watcher/nsg-flow-logs-rest",
6+
"redirect_document_id": false
7+
},
38
{
49
"source_path": "articles/automation/update-management/configure-alerts.md",
510
"redirect_url": "/azure/update-manager/manage-alerts",

articles/active-directory-b2c/enable-authentication-wpf-desktop-app-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,4 @@ During the [desktop app registration](configure-authentication-sample-wpf-deskto
129129

130130
## Next steps
131131

132-
- To learn more, see [MSAL for .NET, UWP, NetCore, and Xamarin configuration options](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/wiki).
132+
- To learn more, see [MSAL for .NET, UWP and NetCore configuration options](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/wiki).

articles/active-directory-b2c/index-mobile.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,3 @@ landingContent:
5050
links:
5151
- text: iOS (Objective-C)
5252
url: https://github.com/Azure-Samples/active-directory-b2c-ios-native-appauth
53-
- text: Xamarin native
54-
url: https://github.com/Azure-Samples/active-directory-b2c-xamarin-native

articles/active-directory-b2c/integrate-with-app-code-samples.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ The following tables provide links to samples for applications including iOS, An
4747
| [ios-native-appauth](https://github.com/Azure-Samples/active-directory-b2c-ios-native-appauth) | A sample that shows how you can use a third-party library to build an iOS application in Objective-C that authenticates Microsoft identity users to our Azure AD B2C identity service. |
4848
| [android-native-appauth](https://github.com/Azure-Samples/active-directory-b2c-android-native-appauth) | A sample that shows how you can use a third-party library to build an Android application that authenticates Microsoft identity users to our B2C identity service and calls a web API using OAuth 2.0 access tokens. |
4949
| [dotnet-desktop](https://github.com/Azure-Samples/active-directory-b2c-dotnet-desktop) | A sample that shows how a Windows Desktop .NET (WPF) application can sign in a user using Azure AD B2C, get an access token using MSAL.NET and call an API. |
50-
| [xamarin-native](https://github.com/Azure-Samples/active-directory-b2c-xamarin-native) | A simple Xamarin Forms app showcasing how to use MSAL to authenticate users via Azure Active Directory B2C, and access a Web API with the resulting tokens. |
5150

5251
## Console/Daemon apps
5352

articles/api-management/get-started-create-service-instance.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: dlepow
55
ms.service: azure-api-management
66
ms.topic: quickstart
77
ms.custom: mvc, mode-portal, devdivchpfy22
8-
ms.date: 12/11/2023
8+
ms.date: 03/12/2025
99
ms.author: danlep
1010
---
1111

@@ -46,12 +46,16 @@ Sign in to the [Azure portal](https://portal.azure.com).
4646
| **Resource name** | A unique name for your API Management instance. The name can't be changed later. The service name refers to both the service and the corresponding Azure resource. <br/><br/> The service name is used to generate a default domain name: *\<name\>.azure-api.net.* If you would like to configure a custom domain name later, see [Configure a custom domain](configure-custom-domain.md). |
4747
| **Organization name** | The name of your organization. This name is used in many places, including the title of the developer portal and sender of notification emails. |
4848
| **Administrator email** | The email address to which all system notifications from **API Management** will be sent. |
49-
| **Pricing tier** | Select **Developer** tier to evaluate the service. This tier isn't for production use. For more information about scaling the API Management tiers, see [upgrade and scale](upgrade-and-scale.md). |
49+
| **Pricing tier** | Select a [tier](api-management-features.md) with the features you need. The **Basic v2** tier is an economical choice for development and testing scenarios and is deployed in a few minutes. |
50+
| **Units** | The number of units of capacity for the selected pricing tier. For evaluating API Management, you can accept the default value of 1 unit. |
5051

51-
1. Select **Review + create**.
52+
1. On the **Monitor + secure** tab, optionally select one or more recommended add-in services to use with API Management. These services incur extra costs. For example, select **Log Analytics** to define a Log Analytics workspace you can target for API Management logs.
5253

53-
> [!TIP]
54-
> It can take 30 to 40 minutes to create and activate an API Management service in this tier. To quickly find a newly created service, select **Pin to dashboard**.
54+
1. On the **Managed identity** tab, we recommend selecting the checkbox to enable a system-assigned identity for your API Management instance. A managed identity generated by Microsoft Entra ID allows your API Management instance to easily and securely access other Microsoft Entra protected resources, such as Azure Key Vault. Azure manages this identity, so you don't have to provision or rotate any credentials.
55+
56+
1. Optionally, on the **Tags** tab, add tags to your API Management instance. Tags are key-value pairs that help you organize and manage your Azure resources.
57+
58+
1. On the **Review + install** tab, review the settings you selected. If you need to make changes, go back to the previous tabs. If everything looks good, select **Create**.
5559

5660
[!INCLUDE [api-management-navigate-to-instance](../../includes/api-management-navigate-to-instance.md)]
5761

153 KB
Loading
Loading

articles/azure-app-configuration/TOC.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@
4040
href: quickstart-feature-flag-dotnet-background-service.md
4141
- name: Java Spring
4242
href: quickstart-feature-flag-spring-boot.md
43-
- name: Azure Functions
44-
href: quickstart-feature-flag-azure-functions-csharp.md
4543
- name: Python
4644
href: quickstart-feature-flag-python.md
4745
- name: Node.js
4846
href: quickstart-feature-flag-javascript.md
47+
- name: Azure Functions
48+
href: quickstart-feature-flag-azure-functions-csharp.md
4949
- name: Azure Kubernetes Service
5050
href: quickstart-feature-flag-azure-kubernetes-service.md
5151
- name: Service integration
@@ -84,14 +84,14 @@
8484
href: enable-dynamic-configuration-dotnet.md
8585
- name: .NET Background Service
8686
href: enable-dynamic-configuration-dotnet-background-service.md
87-
- name: Azure Functions
88-
href: enable-dynamic-configuration-azure-functions-csharp.md
8987
- name: Spring Boot
9088
href: enable-dynamic-configuration-java-spring-app.md
9189
- name: Python
9290
href: enable-dynamic-configuration-python.md
9391
- name: Node.js
9492
href: enable-dynamic-configuration-javascript.md
93+
- name: Azure Functions
94+
href: enable-dynamic-configuration-azure-functions-csharp.md
9595
- name: Azure Kubernetes Service
9696
href: enable-dynamic-configuration-azure-kubernetes-service.md
9797
- name: Enable dynamic configuration using push model

0 commit comments

Comments
 (0)