You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/api-center/self-host-api-center-portal.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: How to self-host the API Center portal, a customer-managed website
4
4
author: dlepow
5
5
ms.service: azure-api-center
6
6
ms.topic: how-to
7
-
ms.date: 03/04/2025
7
+
ms.date: 01/13/2026
8
8
ms.author: danlep
9
9
ms.custom:
10
10
# Customer intent: As an API program manager, I want to self-host a portal for developers and other API stakeholders in my organization to discover the APIs in my organization's API center.
@@ -65,20 +65,20 @@ Follow these steps to build and test the API Center portal locally.
65
65
```bash
66
66
git checkout main
67
67
```
68
-
1. To configure the service, copy or rename the `public/config.example` file to `public/config.json`.
69
-
1. Then edit the `public/config.json` file to point to your service. Update the values in the file as follows:
70
-
1. Replace `<service name>` and `<location>` with the name of your API center and the location where it's deployed
68
+
1. To configure the service, copy or rename the `config.example.json` file to `config.json`.
69
+
1. Then edit the `config.json` file to point to your service. Update the values in the file as follows:
70
+
1. Replace `<service name>` and `<region>` with the name of your API center and the location where it's deployed
71
71
1. Replace `<client ID>` and `<tenant ID>` with the **Application (client) ID** and **Directory (tenant) ID** of the app registration you created in the previous section.
72
72
1. Update the value of `title` to a name that you want to appear in the top bar of the portal.
Copy file name to clipboardExpand all lines: articles/artifact-signing/how-to-signing-integrations.md
+14-6Lines changed: 14 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -146,21 +146,29 @@ To sign by using Artifact Signing, you need to provide the details of your Artif
146
146
"CorrelationId": "<Optional CorrelationId value>"
147
147
}
148
148
```
149
+
<sup>1</sup> The optional `"CorrelationId"` field is an opaque string value that you can provide to correlate sign requests with your own workflows, such as build identifiers or machine names.
149
150
150
151
> [!IMPORTANT]
151
152
> The `"Endpoint"` URI value must match the region where you created your Artifact Signing account **and** the certificate profile. Use one of the region-specific URIs in the table below. A region/endpoint mismatch commonly causes a 403 Forbidden error and an internal `SignerSign()` failure during signing.
152
153
153
154
| Region | Region class fields | Endpoint URI value |
154
155
|--------------|-----------|------------|
156
+
| Brazil South | BrazilSouth |`https://brs.codesigning.azure.net`|
157
+
| Central US | CentralUS |`https://cus.codesigning.azure.net`|
155
158
| East US | EastUS |`https://eus.codesigning.azure.net`|
156
-
| West US3 <sup>[1]</sup> | WestUS3 |`https://wus3.codesigning.azure.net`|
159
+
| Japan East | JapanEast |`https://jpe.codesigning.azure.net`|
160
+
| Korea Central | KoreaCentral |`https://krc.codesigning.azure.net`|
161
+
| North Central US | NorthCentralUS |`https://ncus.codesigning.azure.net`|
162
+
| North Europe | NorthEurope |`https://neu.codesigning.azure.net`|
163
+
| Poland Central | PolandCentral |`https://plc.codesigning.azure.net`|
164
+
| South Central US | SouthCentralUS |`https://scus.codesigning.azure.net`|
165
+
| Switzerland North | SwitzerlandNorth |`https://swn.codesigning.azure.net`|
157
166
| West Central US | WestCentralUS |`https://wcus.codesigning.azure.net`|
167
+
| West Europe | WestEurope |`https://weu.codesigning.azure.net`|
168
+
| West US | WestUS |`https://wus.codesigning.azure.net`|
158
169
| West US 2 | WestUS2 |`https://wus2.codesigning.azure.net`|
159
-
| North Europe | NorthEurope |`https://neu.codesigning.azure.net`|
160
-
| West Europe | WestEurope |`https://weu.codesigning.azure.net`|
161
-
162
-
<sup>1</sup> The optional `"CorrelationId"` field is an opaque string value that you can provide to correlate sign requests with your own workflows, such as build identifiers or machine names.
163
-
170
+
| West US 3 | WestUS3 |`https://wus3.codesigning.azure.net`|
171
+
164
172
### Authentication
165
173
166
174
This Task performs authentication using [DefaultAzureCredential](/dotnet/api/azure.identity.defaultazurecredential), which attempts a series of authentication methods in order. If one method fails, it attempts the next one until authentication is successful.
Copy file name to clipboardExpand all lines: articles/migrate/migrate-support-matrix-vmware-migration.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ This section summarizes requirements for agentless VMware vSphere VM migration t
50
50
The VMware vSphere hypervisor requirements are:
51
51
-**VMware vCenter Server** - Version 8.0 & subsequent updates in this version, Version 7.0, 6.7 or 6.5.
52
52
-**VMware vSphere ESXi host** - Version 8.0 & subsequent updates in this version, Version 7.0, 6.7 or 6.5.
53
-
-**Multiple vCenter Servers** - A single appliance can connect to up to 10 vCenter Servers.
53
+
-**Multiple vCenter Servers** - A single appliance can connect to up to 10 vCenter Servers. Once a vCenter is added to Azure Migrate appliance using IP or FQDN, it cannot be edited/deleted.
54
54
-**vCenter Server permissions** - The VMware account used to access the vCenter server from the Azure Migrate appliance must have the following permissions assigned at all required levels - datacenter, cluster, host, VM, and datastore. Ensure permissions are applied at each level to avoid replication errors.
55
55
56
56
**Privilege Name in the vSphere Client** | **The purpose for the privilege** | **Required On** | **Privilege Name in the API**
Copy file name to clipboardExpand all lines: articles/nat-gateway/faq.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ sections:
63
63
questions:
64
64
- question: What is StandardV2 NAT Gateway?
65
65
answer: |
66
-
StandardV2 NAT Gateway is a new SKU offering of the Azure NAT Gateway service that is currently in **Public Preview**. StandardV2 NAT Gateway offers zone-redundancy support, enhanced data processing limits, IPv6 support, Flow logs, and increased scalability compared to the original Standard NAT Gateway. For more information, see [NAT Gateway SKUs](nat-sku.md).
66
+
StandardV2 NAT Gateway is a new SKU offering of the Azure NAT Gateway service. StandardV2 NAT Gateway offers zone-redundancy support, enhanced data processing limits, IPv6 support, Flow logs, and increased scalability compared to the original Standard NAT Gateway. For more information, see [NAT Gateway SKUs](nat-sku.md).
67
67
68
68
- question: Can I upgrade my existing Standard NAT Gateway to StandardV2 NAT Gateway?
Learn how to create and remove a NAT gateway resource from a virtual network subnet. A NAT gateway enables outbound connectivity for resources in an Azure Virtual Network. You can change the public IP addresses and public IP address prefixes associated with the NAT gateway changed after deployment.
17
17
18
-
> [!IMPORTANT]
19
-
> Standard V2 SKU Azure NAT Gateway is currently in PREVIEW.
20
-
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
21
-
22
18
This article explains how to manage the following aspects of NAT gateway:
23
19
24
20
- Create a NAT gateway and associate it with an existing subnet.
Copy file name to clipboardExpand all lines: articles/nat-gateway/monitor-nat-gateway-flow-logs.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,10 +20,6 @@ In this article, you learn how to set up, monitor, and troubleshoot with Azure S
20
20
- An Azure StandardV2 NAT Gateway resource. To learn how to create a StandardV2 NAT Gateway resource, see [Quickstart: Create a StandardV2 NAT Gateway](./quickstart-create-nat-gateway-v2.md).
21
21
- An Azure Monitor Log Analytics workspace. To learn how to create a Log Analytics workspace, see [Quickstart: Create a Log Analytics workspace](/azure/azure-monitor/logs/quick-create-workspace).
22
22
23
-
> [!IMPORTANT]
24
-
> StandardV2 Azure NAT Gateway is currently in PREVIEW.
25
-
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
26
-
27
23
## Enable diagnostic settings to collect NAT gateway flow logs
28
24
29
25
In this section, you learn how to set up StandardV2 NAT gateway flow logs and send it to the recommended destination – Log Analytics workspace, which enables you to manage data retention and access. To learn more about the other destinations, including Azure Storage account and Azure Event Hubs, see [Diagnostic settings in Azure Monitor - Azure Monitor | Microsoft Learn.](/azure/azure-monitor/platform/diagnostic-settings)
Copy file name to clipboardExpand all lines: articles/nat-gateway/nat-gateway-design.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,10 +14,6 @@ ms.date: 11/04/2025
14
14
15
15
Review this article to familiarize yourself with considerations for designing virtual networks with NAT gateway.
16
16
17
-
> [!IMPORTANT]
18
-
> Standard V2 SKU Azure NAT Gateway is currently in PREVIEW.
19
-
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
20
-
21
17
## Connect to the internet with a NAT gateway
22
18
23
19
NAT Gateway is recommended for all production workloads where you need to connect to a public endpoint over the internet. Outbound connectivity takes place right away upon deployment of a NAT gateway with a subnet and at least one public IP address. No routing configurations are required to start connecting outbound with the NAT gateway. The NAT gateway becomes the subnet’s default route to the internet.
Copy file name to clipboardExpand all lines: articles/nat-gateway/nat-gateway-flow-logs.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,10 +15,6 @@ ms.custom:
15
15
16
16
NAT Gateway Flow Logs provide IP information on the traffic flowing through your StandardV2 NAT gateway. Logs are captured through Azure Monitor resource log category `NatGatewayFlowLogsV1`, which you enable through Diagnostic Settings on your StandardV2 NAT gateway resource.
17
17
18
-
> [!IMPORTANT]
19
-
> Standard V2 SKU Azure NAT Gateway is currently in PREVIEW.
20
-
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
21
-
22
18
## Why use flow logs?
23
19
24
20
Flow logs provide visibility to the traffic flowing through your NAT gateway, which is critical to:
Copy file name to clipboardExpand all lines: articles/nat-gateway/nat-gateway-resource.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,10 +14,6 @@ ms.author: alittleton
14
14
15
15
This article describes the key components of the NAT gateway resource that enable it to provide highly secure, scalable, and resilient outbound connectivity. NAT Gateway can be configured in your subscription through supported clients. These clients include Azure portal, Azure CLI, Azure PowerShell, Resource Manager templates, or appropriate alternatives.
16
16
17
-
> [!IMPORTANT]
18
-
> Standard V2 SKU Azure NAT Gateway is currently in PREVIEW.
19
-
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
20
-
21
17
## NAT Gateway SKUs
22
18
NAT Gateway is available in two SKUs: StandardV2 and Standard.
Copy file name to clipboardExpand all lines: articles/nat-gateway/nat-metrics.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,11 +13,7 @@ ms.author: alittleton
13
13
14
14
This article provides an overview of all NAT gateway metrics and diagnostic capabilities. This article provides general guidance on how to use metrics and alerts to monitor, manage, and [troubleshoot](troubleshoot-nat.md) your NAT gateway resource.
15
15
16
-
All metrics are the same for Standard and StandardV2 NAT Gateway.
17
-
18
-
> [!IMPORTANT]
19
-
> Standard V2 SKU Azure NAT Gateway is currently in PREVIEW.
20
-
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
16
+
All metrics are the same for Standard and StandardV2 NAT Gateway.
21
17
22
18
Azure NAT Gateway provides the following diagnostic capabilities:
0 commit comments