Skip to content

Commit 2c1800a

Browse files
Merge pull request #307151 from MicrosoftDocs/main
Auto Publish – main to live - 2025-10-21 05:00 UTC
2 parents 7a8d153 + 8095f92 commit 2c1800a

5 files changed

Lines changed: 40 additions & 38 deletions

File tree

articles/api-center/tutorials/add-metadata-properties.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Define custom metadata in your API center. Use custom and built-in
44
author: dlepow
55
ms.service: azure-api-center
66
ms.topic: tutorial
7-
ms.date: 10/15/2025
7+
ms.date: 10/20/2025
88
ms.author: danlep
99
#customer intent: As the owner of an Azure API center, I want a step by step introduction to configure custom metadata properties to govern my APIs.
1010
---
@@ -15,17 +15,17 @@ This tutorial explains how to define custom metadata to help you organize your A
1515

1616
For more information about metadata in Azure API Center, see:
1717

18-
* [Key concepts - Metadata](../key-concepts.md#metadata)
19-
* [Use metadata for API governance](../metadata.md)
18+
- [Key concepts - Metadata](../key-concepts.md#metadata)
19+
- [Use metadata for API governance](../metadata.md)
2020

2121
In this tutorial, you learn how to use the Azure portal to:
2222
> [!div class="checklist"]
23-
> * Define custom metadata in your API center
24-
> * View the metadata schema
23+
> - Define custom metadata in your API center
24+
> - View the metadata schema
2525
2626
## Prerequisites
2727

28-
* An API center in your Azure subscription. If you haven't created one already, see [Quickstart: Create your API center](../set-up-api-center.md).
28+
- An API center in your Azure subscription. To create one, see [Quickstart: Create your API center](../set-up-api-center.md).
2929

3030
## Define metadata
3131

articles/api-center/tutorials/configure-environments-deployments.md

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Augment the API inventory in your API center by adding information
44
author: dlepow
55
ms.service: azure-api-center
66
ms.topic: tutorial
7-
ms.date: 10/15/2025
7+
ms.date: 10/20/2025
88
ms.author: danlep
99
#customer intent: As the owner of an Azure API center, I want a step by step introduction to adding API environments and deployments to my inventory.
1010
---
@@ -13,28 +13,26 @@ ms.author: danlep
1313

1414
This tutorial explains how to augment the inventory in your API center by adding information about API environments and deployments.
1515

16-
* An *environment* represents a location where an API runtime could be deployed, for example, an API management platform.
17-
18-
* A *deployment* is a location, or address, where users can access an API.
16+
- An *environment* represents a location where an API runtime could be deployed, for example, an API management platform.
17+
- A *deployment* is a location, or address, where users can access an API.
1918

2019
For more information about APIs, deployments, and other entities that you can inventory in Azure API Center, see [Key concepts](../key-concepts.md).
2120

2221
In this tutorial, you learn how to use the portal to:
2322
> [!div class="checklist"]
24-
> * Add information about API environments
25-
> * Add information about API deployments
23+
> - Add information about API environments
24+
> - Add information about API deployments
2625
2726
## Prerequisites
2827

29-
* An API center in your Azure subscription. If you haven't created one already, see [Quickstart: Create your API center](../set-up-api-center.md).
30-
31-
* One or more APIs registered in your API center. If you haven't registered any APIs already, see [Tutorial: Register APIs in your API inventory](./register-apis.md). This tutorial uses the sample APIs you added from the previous tutorial.
28+
- An API center in your Azure subscription. To create one, see [Quickstart: Create your API center](../set-up-api-center.md).
29+
- One or more APIs registered in your API center. If you don't have any registered APIs, see [Tutorial: Register APIs in your API inventory](register-apis.md). This tutorial uses the sample APIs you added from the previous tutorial.
3230

3331
## Add an environment
3432

3533
Use your API center to keep track of your real-world API environments. For example, you might use Azure API Management or another solution to distribute, secure, and monitor some of your APIs. Or you might directly serve some APIs using a compute service or a Kubernetes cluster.
3634

37-
Here you add information about a fictitious Azure API Management environment to your API center. If you prefer, add information about one of your existing environments. You'll configure both built-in metadata and any custom metadata that you defined in a [previous tutorial](./add-metadata-properties.md).
35+
Here you add information about a fictitious Azure API Management environment to your API center. If you prefer, add information about one of your existing environments. Configure both your built-in metadata and any custom metadata that you defined in a [previous tutorial](add-metadata-properties.md).
3836

3937
1. Sign in to the [Azure portal](https://portal.azure.com), then navigate to your API center.
4038

@@ -74,7 +72,7 @@ Here you add a deployment by associating one of your APIs with the environment y
7472

7573
1. On the **Conference API** page, under **Details**, select **Deployments** > **+ Add deployment**.
7674

77-
1. In the **Add deployment** page, add the following information. If you previously defined the custom *Line of business* metadata or other metadata assigned to environments, you'll see them at the bottom of the page.
75+
1. In the **Add deployment** page, add the following information. If you previously defined the custom *Line of business* metadata or other metadata assigned to environments, you can see them at the bottom of the page.
7876

7977
|Setting|Value|Description|
8078
|-------|-----|-----------|
@@ -92,10 +90,10 @@ Here you add a deployment by associating one of your APIs with the environment y
9290

9391
In this tutorial, you learned how to use the portal to:
9492
> [!div class="checklist"]
95-
> * Add information about API environments
96-
> * Add information about API deployments
93+
> - Add information about API environments
94+
> - Add information about API deployments
9795
9896
## Related content
9997

100-
* [Learn more about Azure API Center](../key-concepts.md)
101-
* [Track API resource dependencies](../track-resource-dependencies.md)
98+
- [Learn more about Azure API Center](../key-concepts.md)
99+
- [Track API resource dependencies](../track-resource-dependencies.md)

articles/api-center/tutorials/register-apis.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Tutorial - Start your API Inventory
2+
title: Tutorial - Start Your API Inventory
33
description: Learn how to start the API inventory in your API center by registering APIs using the Azure portal.
44
author: dlepow
55
ms.service: azure-api-center
66
ms.topic: tutorial
7-
ms.date: 10/15/2025
7+
ms.date: 10/20/2025
88
ms.author: danlep
99
#customer intent: As the owner of an Azure API center, I want a step by step introduction to adding APIs to the API inventory.
1010
---
@@ -17,27 +17,27 @@ For more information about APIs, API versions, definitions, and other entities t
1717

1818
In this tutorial, you learn how to use the Azure portal to:
1919
> [!div class="checklist"]
20-
> * Register one or more APIs
21-
> * Add an API version with an API definition
20+
> - Register one or more APIs
21+
> - Add an API version with an API definition
2222
2323
## Prerequisites
2424

25-
* An API center in your Azure subscription. If you haven't created one already, see [Quickstart: Create your API center](../set-up-api-center.md).
25+
- An API center in your Azure subscription. To create one, see [Quickstart: Create your API center](../set-up-api-center.md).
2626

27-
* One or more APIs that you want to register in your API center. Here are two examples, with links to their OpenAPI definitions:
27+
- One or more APIs that you want to register in your API center. Here are two examples, with links to their OpenAPI definitions:
2828

29-
* [Swagger Petstore API](https://github.com/swagger-api/swagger-petstore/blob/master/src/main/resources/openapi.yaml)
30-
* [Conference API](https://bigconference.azurewebsites.net)
29+
- [Swagger Petstore API](https://github.com/swagger-api/swagger-petstore/blob/master/src/main/resources/openapi.yaml)
30+
- [Conference API](https://github.com/petender/ConferenceAPI)
3131

32-
* Complete the previous tutorial, [Define custom metadata](./add-metadata-properties.md), to define custom metadata for your APIs.
32+
- Define custom metadata for your APIs by completing the previous tutorial, [Define custom metadata](add-metadata-properties.md).
3333

3434
## Register APIs
3535

3636
When you register (add) an API in your API center, the API registration includes:
37-
* A title (name), type, and description
38-
* Version information
39-
* Optional links to documentation and contacts
40-
* Built-in and custom metadata that you defined
37+
- A title (name), type, and description
38+
- Version information
39+
- Optional links to documentation and contacts
40+
- Built-in and custom metadata that you defined
4141

4242
After registering an API, you can add versions and definitions to the API.
4343

@@ -47,7 +47,7 @@ The following steps register two sample APIs: Swagger Petstore API and Conferenc
4747

4848
1. In the sidebar menu, under **Assets**, select **APIs** > **+ Register an API**.
4949

50-
1. In the **Register an API** page, add the following information for the Swagger Petstore API. You'll see the custom *Line of business* and *Public-facing* metadata that you defined in the previous tutorial at the bottom of the page.
50+
1. In the **Register an API** page, add the following information for the Swagger Petstore API. You should see the custom *Line of business* and *Public-facing* metadata that you defined in the previous tutorial at the bottom of the page.
5151

5252
|Setting|Value|Description|
5353
|-------|-----|-----------|
@@ -97,15 +97,15 @@ Here you add a version to one of your APIs:
9797

9898
:::image type="content" source="./media/register-apis/add-version.png" alt-text="Screenshot of adding an API version in the portal." lightbox="./media/register-apis/add-version.png":::
9999

100-
1. On the **Add API version** page, under **Version details**, enter or select the following information:
100+
1. On the **Add API version** page, enter or select the following information under **Version details**:
101101

102102
|Setting|Value|Description|
103103
|-------|-----|-----------|
104104
|**Version title**| Enter a version title of your choice, such as *v2*.|Name you choose for the API version |
105105
|**Version identification**|After you enter the preceding title, Azure API Center generates this identifier, which you can override.| Azure resource name for the version |
106106
|**Version lifecycle** | Make a selection from the dropdown, such as **Production**. | Lifecycle stage of the API version |
107107

108-
1. Azure API Center supports definitions in common text specification formats, such as OpenAPI 2 and 3 for REST APIs. To add an API definition, under **Select a specification**, enter or select the following information:
108+
1. Azure API Center supports definitions in common text specification formats, such as OpenAPI 2 and 3 for REST APIs. To add an API definition, enter or select the following information under **Select a specification**:
109109

110110
|Setting|Value|Description|
111111
|-------|-----|-----------|

articles/data-factory/connector-microsoft-fabric-lakehouse.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ This Microsoft Fabric Lakehouse connector is supported for the following capabil
3535

3636
*① Azure integration runtime ② Self-hosted integration runtime*
3737

38+
This connector supports connecting to Microsoft Fabric Lakehouse in the workspace with a private link enabled. You can set up and use a private link in Microsoft Fabric by referring to this [article](/fabric/security/security-workspace-level-private-links-set-up).
39+
40+
To support workspace-level private link in the self-hosted integration runtime (version 5.58.9377.1 or above), you need to add `*.dfs.fabric.microsoft.com` to the allowlist to ensure Microsoft Fabric Lakehouse connector can access Onelake APIs through the network.
41+
3842
## Get started
3943

4044
[!INCLUDE [data-factory-v2-connector-get-started](includes/data-factory-v2-connector-get-started.md)]

articles/storage/container-storage/container-storage-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Azure Container Storage is a cloud-based volume management, deployment, and orch
2222

2323
* <a id="azure-container-storage-vs-csi-drivers"></a>
2424
**What's the difference between Azure Container Storage and Azure CSI (Container Storage Interface) drivers?**
25-
Azure Container Storage is built natively for containers and provides a storage solution that's optimized for creating and managing volumes for running production-scale stateful container applications. Other Azure CSI drivers provide a standard storage solution that can be used with different container orchestrators and support the specific type of storage solution per CSI driver definition.
25+
Azure Container Storage supports backing storage options that other Azure CSI drivers don't support, such as Ephemeral Disk (Local NVMe). All of these drivers are designed to work seamlessly with AKS and are open source.
2626

2727
* <a id="azure-container-storage-regions"></a>
2828
**In which Azure regions is Azure Container Storage available?**

0 commit comments

Comments
 (0)