Skip to content

Commit 82d05d5

Browse files
authored
Merge branch 'MicrosoftDocs:main' into patch-13
2 parents 36cdfe0 + d4b518f commit 82d05d5

File tree

42 files changed

+351
-88
lines changed

Some content is hidden

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

42 files changed

+351
-88
lines changed

articles/active-directory/authentication/concept-certificate-based-authentication-technical-deep-dive.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,16 +76,16 @@ Now we'll walk through each step:
7676

7777
Azure AD CBA supports second factors to meet MFA requirements with single-factor certificates. Users can use either passwordless sign-in or FIDO2 security keys as second factors when the first factor is single-factor CBA. Users need to register passwordless sign-in or FIDO2 in advance to signing in with Azure AD CBA.
7878

79-
** Steps to set up passwordless phone signin(PSI) with CBA
79+
**Steps to set up passwordless phone signin(PSI) with CBA**
8080

8181
For passwordless sign-in to work, users should disable legacy notification through mobile app.
8282

8383
1. Sign in to the [Azure portal](https://portal.azure.com).
8484

8585
1. Follow the steps at [Enable passwordless phone sign-in authentication](../authentication/howto-authentication-passwordless-phone.md#enable-passwordless-phone-sign-in-authentication-methods)
8686

87-
>[!IMPORTANT]
88-
>In the above configuration under step 4, please choose **Passwordless** option. Change the mode for each groups added for PSI for **Authentication mode**, choose **Passwordless** for passwordless sign-in to work with CBA.
87+
>[!IMPORTANT]
88+
>In the above configuration under step 4, please choose **Passwordless** option. Change the mode for each groups added for PSI for **Authentication mode**, choose **Passwordless** for passwordless sign-in to work with CBA.
8989
9090
1. Select **Azure Active Directory** > **Security** > **Multifactor authentication** > **Additional cloud-based multifactor authentication settings**.
9191

articles/azure-functions/functions-premium-plan.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -256,32 +256,32 @@ See the complete regional availability of Functions on the [Azure web site](http
256256
|East Asia| 100 | 20 |
257257
|East US | 100 | 100 |
258258
|East US 2| 100 | 100 |
259-
|France Central| 100 | 20 |
259+
|France Central| 100 | 60 |
260260
|Germany West Central| 100 | 20 |
261261
|Japan East| 100 | 20 |
262262
|Japan West| 100 | 20 |
263263
|Jio India West| 100 | 20 |
264264
|Korea Central| 100 | 20 |
265265
|Korea South| Not Available | 20 |
266266
|North Central US| 100 | 20 |
267-
|North Europe| 100 | 80 |
267+
|North Europe| 100 | 100 |
268268
|Norway East| 100 | 20 |
269269
|South Africa North| 100 | 20 |
270-
|South Central US| 100 | 60 |
270+
|South Central US| 100 | 100 |
271271
|South India | 100 | Not Available |
272272
|Southeast Asia| 100 | 20 |
273273
|Switzerland North| 100 | 20 |
274274
|Switzerland West| 100 | 20 |
275275
|UAE North| 100 | 20 |
276-
|UK South| 100 | 60 |
276+
|UK South| 100 | 100 |
277277
|UK West| 100 | 20 |
278278
|USGov Arizona| 100 | 20 |
279279
|USGov Texas| 100 | Not Available |
280280
|USGov Virginia| 100 | 20 |
281281
|West Central US| 100 | 20 |
282282
|West Europe| 100 | 100 |
283283
|West India| 100 | 20 |
284-
|West US| 100 | 40 |
284+
|West US| 100 | 100 |
285285
|West US 2| 100 | 20 |
286286
|West US 3| 100 | 20 |
287287

articles/azure-maps/how-to-dev-guide-js-sdk.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ mapsDemo
6262

6363
| Service Name  | npm packages | Samples  |
6464
|---------------|-------------------------|--------------|
65-
| [Search][search readme] | [@azure/maps-search][search package] | [search samples][search sample] |
65+
| [Search][search readme] | [@azure-rest/maps-search][search package] | [search samples][search sample] |
6666
| [Route][js route readme] | [@azure-rest/maps-route][js route package] | [route samples][js route sample] |
6767
| [Render][js render readme] | [@azure-rest/maps-render][js render package]|[render sample][js render sample] |
6868
| [Geolocation][js geolocation readme]|[@azure-rest/maps-geolocation][js geolocation package]|[geolocation sample][js geolocation sample] |
@@ -381,9 +381,9 @@ main().catch((err) => {
381381
[Host daemon]: ./how-to-secure-daemon-app.md#host-a-daemon-on-non-azure-resources
382382
[dotenv]: https://github.com/motdotla/dotenv#readme
383383
384-
[search package]: https://www.npmjs.com/package/@azure/maps-search
385-
[search readme]: https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/maps/maps-search/README.md
386-
[search sample]: https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/maps/maps-search/samples/v1-beta
384+
[search package]: https://www.npmjs.com/package/@azure-rest/maps-search
385+
[search readme]: https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/maps/maps-search-rest/README.md
386+
[search sample]: https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/maps/maps-search-rest/samples/v1-beta
387387
388388
[js route readme]: https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/maps/maps-route-rest/README.md
389389
[js route package]: https://www.npmjs.com/package/@azure-rest/maps-route

articles/azure-maps/rest-sdk-developer-guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ For more information, see the [Java SDK Developers Guide](how-to-dev-guide-java-
102102

103103
<!-- JavaScript/TypeScript SDK Developers Guide --->
104104
[Node.js]: https://nodejs.org/en/download/
105-
[js search readme]: https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/maps/maps-search/README.md
106-
[js search package]: https://www.npmjs.com/package/@azure/maps-search
107-
[js search sample]: https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/maps/maps-search/samples/v1-beta/javascript
105+
[js search readme]: https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/maps/maps-search-rest/README.md
106+
[js search package]: https://www.npmjs.com/package/@azure-rest/maps-search
107+
[js search sample]: https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/maps/maps-search-rest/samples/v1-beta/javascript
108108

109109
[js route readme]: https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/maps/maps-route-rest/README.md
110110
[js route package]: https://www.npmjs.com/package/@azure-rest/maps-route

articles/azure-monitor/snapshot-debugger/snapshot-debugger-app-service.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,16 @@ ms.author: hannahhunter
66
author: hhunter-ms
77
ms.reviewer: charles.weininger
88
reviewer: cweining
9-
ms.date: 08/18/2022
9+
ms.date: 01/24/2023
1010
ms.custom: devdivchpfy22
1111
---
1212

1313
# Enable Snapshot Debugger for .NET apps in Azure App Service
1414

1515
Snapshot Debugger currently supports ASP.NET and ASP.NET Core apps that are running on Azure App Service on Windows service plans.
1616

17-
We recommend that you run your application on the Basic service tier, or higher, when using Snapshot Debugger.
18-
19-
For most applications, the Free and Shared service tiers don't have enough memory or disk space to save snapshots.
17+
> [!NOTE]
18+
> We recommend that you run your application on the Basic service tier, or higher, when using Snapshot Debugger. For most applications, the Free and Shared service tiers don't have enough memory or disk space to save snapshots. The Consumption tier is not currently available for Snapshot Debugger.
2019
2120
## <a id="installation"></a> Enable Snapshot Debugger
2221

articles/azure-vmware/deploy-arc-for-azure-vmware-solution.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ In this article, you'll learn how to deploy Arc for Azure VMware Solution. Once
1515
Before you begin checking off the prerequisites, verify the following actions have been done:
1616

1717
- You deployed an Azure VMware Solution private cluster.
18-
- You have a connection to the Azure VMware Solution private cloud through your on-prem environment or your native Azure Virtual Network.
18+
- You have a connection to the Azure VMware Solution private cloud through your on-premises environment or your native Azure Virtual Network.
1919
- There should be an isolated NSX-T Data Center segment for deploying the Arc for Azure VMware Solution Open Virtualization Appliance (OVA). If an isolated NSX-T Data Center segment doesn't exist, one will be created.
2020

2121
## Prerequisites
@@ -35,7 +35,7 @@ The following items are needed to ensure you're set up to begin the onboarding p
3535
> [!NOTE]
3636
> Only the default port of 443 is supported. If you use a different port, Appliance VM creation will fail.
3737
38-
At this point, you should have already deployed an Azure VMware Solution private cloud. You need to have a connection from your on-prem environment or your native Azure Virtual Network to the Azure VMware Solution private cloud.
38+
At this point, you should have already deployed an Azure VMware Solution private cloud. You need to have a connection from your on-premises environment or your native Azure Virtual Network to the Azure VMware Solution private cloud.
3939

4040
For Network planning and setup, use the [Network planning checklist - Azure VMware Solution | Microsoft Docs](./tutorial-network-checklist.md)
4141

@@ -93,7 +93,7 @@ Use the following steps to guide you through the process to onboard in Arc for A
9393
- `GatewayIPAddress` is the gateway for the segment for Arc appliance VM.
9494
- `applianceControlPlaneIpAddress` is the IP address for the Kubernetes API server that should be part of the segment IP CIDR provided. It shouldn't be part of the k8s node pool IP range.
9595
- `k8sNodeIPPoolStart`, `k8sNodeIPPoolEnd` are the starting and ending IP of the pool of IPs to assign to the appliance VM. Both need to be within the `networkCIDRForApplianceVM`.
96-
- `k8sNodeIPPoolStart`, `k8sNodeIPPoolEnd`, `gatewayIPAddress` ,`applianceControlPlaneIpAddress` are optional. You may choose to skip all the optional fields or provide values for all. If you choose not to provide the optional fields then you must use /28 address space for `networkCIDRForApplianceVM`
96+
- `k8sNodeIPPoolStart`, `k8sNodeIPPoolEnd`, `gatewayIPAddress` ,`applianceControlPlaneIpAddress` are optional. You may choose to skip all the optional fields or provide values for all. If you choose not to provide the optional fields, then you must use /28 address space for `networkCIDRForApplianceVM`
9797

9898
**Json example**
9999
```json
@@ -306,9 +306,9 @@ When the extension installation steps are completed, they trigger deployment and
306306

307307
## Change Arc appliance credential
308308

309-
When **cloudadmin** credentials are updated, use the following steps to update the credentials in the appliance store.
309+
When **cloud admin** credentials are updated, use the following steps to update the credentials in the appliance store.
310310

311-
1. Log into the jumpbox VM from where onboarding was performed. Change the directory to **onboarding directory**.
311+
1. Log in to the jumpbox VM from where onboarding was performed. Change the directory to **onboarding directory**.
312312
1. Run the following command for Windows-based jumpbox VM.
313313

314314
`./.temp/.env/Scripts/activate`
@@ -344,7 +344,7 @@ Use the following steps to perform a manual upgrade for Arc appliance virtual ma
344344
1. Power off the VM.
345345
1. Delete the VM.
346346
1. Delete the download template corresponding to the VM.
347-
1. Delete the resource bridge ARM resource.
347+
1. Delete the resource bridge Azure Resource Manager resource.
348348
1. Get the previous script `Config_avs` file and add the following configuration item:
349349
1. `"register":false`
350350
1. Download the latest version of the Azure VMware Solution onboarding script.
@@ -361,7 +361,7 @@ Use the following steps to uninstall extensions from the portal.
361361
>[!NOTE]
362362
>**Steps 2-5** must be performed for all the VMs that have VM extensions installed.
363363

364-
1. Log into your Azure VMware Solution private cloud.
364+
1. Log in to your Azure VMware Solution private cloud.
365365
1. Select **Virtual machines** in **Private cloud**, found in the left navigation under “Arc-enabled VMware resources”.
366366
1. Search and select the virtual machine where you have **Guest management** enabled.
367367
1. Select **Extensions**.
@@ -401,9 +401,9 @@ For the final step, you'll need to delete the resource bridge VM and the VM temp
401401

402402
## Preview FAQ
403403

404-
**Is Arc supported in all the Azure VMware Solution regions?**
404+
**Region support for Azure VMware Solution**
405405

406-
Arc is supported in EastUS, WestEU, UK South, Australia East, Canada Central and Southeast Asia regions however we are working to extend the regional support.
406+
Arc for Azure VMware Solution is supported in all regions where Arc for VMware vSphere on-premises is supported. For more details, see [Azure Arc-enabled VMware vSphere](https://learn.microsoft.com/azure/azure-arc/vmware-vsphere/overview).
407407

408408
**How does support work?**
409409

@@ -419,7 +419,7 @@ Yes
419419

420420
**Is DHCP support available?**
421421

422-
DHCP support is not available to customers at this time, we only support static IP.
422+
DHCP support isn't available to customers at this time, we only support static IP.
423423

424424
>[!NOTE]
425425
> This is Azure VMware Solution 2.0 only. It's not available for Azure VMware Solution by Cloudsimple.

articles/container-instances/TOC.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
items:
55
- name: About Azure Container Instances
66
href: container-instances-overview.md
7+
- name: Resources and Quota Limits
8+
href: container-instances-resource-and-quota-limits.md
79
- name: Quickstarts
810
expanded: true
911
items:
@@ -53,10 +55,8 @@
5355
items:
5456
- name: Container groups
5557
href: container-instances-container-groups.md
56-
- name: Quotas and limits
57-
href: container-instances-quotas.md
58-
- name: Region availability
59-
href: container-instances-region-availability.md
58+
- name: Region and resource availability
59+
href: container-instances-resource-and-quota-limits.md
6060
- name: Relationship to orchestrators
6161
href: container-instances-orchestrator-relationship.md
6262
- name: Security
@@ -185,7 +185,7 @@
185185
- name: Build your skills with Microsoft Learn training
186186
href: /training/browse/?products=azure-container-instances
187187
- name: Region availability
188-
href: https://azure.microsoft.com/regions/services/
188+
href: https://azure.microsoft.com/en-us/explore/global-infrastructure/products-by-region/?products=container-instances
189189
- name: Pricing
190190
href: https://azure.microsoft.com/pricing/details/container-instances/
191191
- name: Roadmap
Lines changed: 122 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,122 @@
1+
---
2+
title: Resource availability & quota limits for ACI
3+
description: Availability and quota limits of compute and memory resources for the Azure Container Instances service in different Azure regions.
4+
ms.author: tomcassidy
5+
author: tomvcassidy
6+
ms.service: container-instances
7+
services: container-instances
8+
ms.topic: conceptual
9+
ms.date: 1/19/2023
10+
ms.custom: references_regions
11+
12+
---
13+
# Resource availability & quota limits for ACI
14+
15+
This article details the availability and quota limits of Azure Container Instances compute, memory, and storage resources in Azure regions and by target operating system. For a general list of available regions for Azure Container Instances, see [available regions](https://azure.microsoft.com/regions/services/).
16+
17+
Values presented are the maximum resources available per deployment of a [container group](container-instances-container-groups.md). Values are current at time of publication.
18+
19+
> [!NOTE]
20+
> Container groups created within these resource limits are subject to availability within the deployment region. When a region is under heavy load, you may experience a failure when deploying instances. To mitigate such a deployment failure, try deploying instances with lower resource settings, or try your deployment at a later time or in a different region with available resources.
21+
22+
## Default Quota Limits
23+
24+
All Azure services include certain default limits and quotas for resources and features. This section details the default quotas and limits for Azure Container Instances.
25+
26+
Use the [List Usage](/rest/api/container-instances/location/listusage) API to review current quota usage in a region for a subscription.
27+
28+
Certain default limits and quotas can be increased. To request an increase of one or more resources that support such an increase, please submit an [Azure support request][azure-support] (select "Quota" for **Issue type**).
29+
30+
> [!IMPORTANT]
31+
> Not all limit increase requests are guaranteed to be approved.
32+
> Deployments with GPU resources are not supported in an Azure virtual network deployment and are only available on Linux container groups.
33+
> Using GPU resources (preview) is not fully supported yet and any support is provided on a best-effort basis.
34+
35+
### Unchangeable (Hard) Limits
36+
37+
The following limits are default limits that can’t be increased through a quota request. Any quota increase requests for these limits will not be approved.
38+
39+
| Resource | Actual Limit |
40+
| --- | :--- |
41+
| Number of containers per container group | 60 |
42+
| Number of volumes per container group | 20 |
43+
| Ports per IP | 5 |
44+
| Container instance log size - running instance | 4 MB |
45+
| Container instance log size - stopped instance | 16 KB or 1,000 lines |
46+
47+
48+
### Changeable Limits (Eligible for Quota Increases)
49+
50+
| Resource | Actual Limit |
51+
| --- | :--- |
52+
| Standard sku container groups per region per subscription | 100 |
53+
| Standard sku cores (CPUs) per region per subscription | 100 |
54+
| Standard sku cores (CPUs) for K80 GPU per region per subscription | 0 |
55+
| Standard sku cores (CPUs) for V100 GPU per region per subscription | 0 |
56+
| Container group creates per hour |300<sup>1</sup> |
57+
| Container group creates per 5 minutes | 100<sup>1</sup> |
58+
| Container group deletes per hour | 300<sup>1</sup> |
59+
| Container group deletes per 5 minutes | 100<sup>1</sup> |
60+
61+
## Standard Core Resources
62+
63+
### Linux Container Groups
64+
65+
By default, the following resources are available general purpose (standard core SKU) containers in general deployments and [Azure virtual network](container-instances-vnet.md) deployments) for Linux & Windows containers.
66+
67+
| Max CPU | Max Memory (GB) | VNET Max CPU | VNET Max Memory (GB) | Storage (GB) |
68+
| :---: | :---: | :----: | :-----: | :-------: |
69+
| 4 | 16 | 4 | 16 | 50 |
70+
71+
For a general list of available regions for Azure Container Instances, see [available regions](https://azure.microsoft.com/regions/services/).
72+
73+
### Windows Containers
74+
75+
The following regions and maximum resources are available to container groups with [supported and preview](./container-instances-faq.yml) Windows Server containers.
76+
77+
#### Windows Server 2019 LTSC
78+
79+
> [!NOTE]
80+
> 1B and 2B hosts have been deprecated for Windows Server 2019 LSTC. See [Host and container version compatibility](/virtualization/windowscontainers/deploy-containers/update-containers#host-and-container-version-compatibility) for more information on 1B, 2B, and 3B hosts.
81+
82+
The following resources are available in all Azure Regions supported by Azure Container Instances. For a general list of available regions for Azure Container Instances, see [available regions](https://azure.microsoft.com/regions/services/).
83+
84+
| 3B Max CPU | 3B Max Memory (GB) | Storage (GB) | Availability Zone support |
85+
| :----: | :-----: | :-------: |
86+
| 4 | 16 | 20 | Y |
87+
88+
## GPU Resources (Preview)
89+
90+
> [!IMPORTANT]
91+
> Not all limit increase requests are guaranteed to be approved.
92+
> Deployments with GPU resources are not supported in an Azure virtual network deployment and are only available on Linux container groups.
93+
> Using GPU resources (preview) is not fully supported yet and any support is provided on a best-effort basis.
94+
95+
The following maximum resources are available to a container group deployed with [GPU resources](container-instances-gpu.md) (preview).
96+
97+
| GPU SKUs | GPU count | Max CPU | Max Memory (GB) | Storage (GB) |
98+
| --- | --- | --- | --- | --- |
99+
| K80 | 1 | 6 | 56 | 50 |
100+
| K80 | 2 | 12 | 112 | 50 |
101+
| K80 | 4 | 24 | 224 | 50 |
102+
| P100, V100 | 1 | 6 | 112 | 50 |
103+
| P100, V100 | 2 | 12 | 224 | 50 |
104+
| P100, V100 | 4 | 24 | 448 | 50 |
105+
106+
## Next steps
107+
108+
Certain default limits and quotas can be increased. To request an increase of one or more resources that support such an increase, please submit an [Azure support request][azure-support] (select "Quota" for **Issue type**).
109+
110+
Let the team know if you'd like to see additional regions or increased resource availability at [aka.ms/aci/feedback](https://aka.ms/aci/feedback).
111+
112+
For information on troubleshooting container instance deployment, see [Troubleshoot deployment issues with Azure Container Instances](container-instances-troubleshooting.md)
113+
114+
<!-- LINKS - External -->
115+
116+
[az-region-support]: ../availability-zones/az-overview.md#regions
117+
118+
[azure-support]: https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/newsupportrequest
119+
120+
121+
122+

0 commit comments

Comments
 (0)