Skip to content

Commit dd412d2

Browse files
Merge branch 'main' of http://github.com/MicrosoftDocs/azure-docs-pr into aca/workload-profiles-ga
2 parents fd549c8 + 627a5f8 commit dd412d2

File tree

13 files changed

+81
-60
lines changed

13 files changed

+81
-60
lines changed

articles/active-directory/develop/tutorial-v2-windows-uwp.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -387,24 +387,24 @@ private async Task DisplayMessageAsync(string message)
387387

388388
Now, register your application:
389389

390-
1. Sign in to the <a href="https://portal.azure.com/" target="_blank">Azure portal</a>.
390+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least an [Application Developer](../roles/permissions-reference.md#application-developer).
391391
1. If you have access to multiple tenants, use the **Directories + subscriptions** filter :::image type="icon" source="./media/common/portal-directory-subscription-filter.png" border="false"::: in the top menu to switch to the tenant in which you want to register the application.
392-
1. Search for and select **Azure Active Directory**.
393-
1. Under **Manage**, select **App registrations** > **New registration**.
392+
1. Browse to **Identity** > **Applications** > **Application registrations**.
393+
1. Select **New registration**.
394394
1. Enter a **Name** for your application, for example `UWP-App-calling-MSGraph`. Users of your app might see this name, and you can change it later.
395395
1. Under **Supported account types**, select **Accounts in any organizational directory (Any Azure AD directory - Multitenant) and personal Microsoft accounts (e.g. Skype, Xbox)**.
396396
1. Select **Register**.
397397
1. On the overview page, find the **Application (client) ID** value and copy it. Go back to Visual Studio, open *MainPage.xaml.cs*, and replace the value of `ClientId` with this value.
398398

399399
Configure authentication for your application:
400400

401-
1. Back in the <a href="https://portal.azure.com/" target="_blank">Azure portal</a>, under **Manage**, select **Authentication** > **Add a platform**, and then select **Mobile and desktop applications**.
401+
1. In to the Microsoft Entra admin center, select **Authentication** > **Add a platform**, and then select **Mobile and desktop applications**.
402402
1. In the **Redirect URIs** section, enter `https://login.microsoftonline.com/common/oauth2/nativeclient`.
403403
1. Select **Configure**.
404404

405405
Configure API permissions for your application:
406406

407-
1. Under **Manage**, select **API permissions** > **Add a permission**.
407+
1. Select **API permissions** > **Add a permission**.
408408
1. Select **Microsoft Graph**.
409409
1. Select **Delegated permissions**, search for *User.Read*, and verify that **User.Read** is selected.
410410
1. If you made any changes, select **Add permissions** to save them.
@@ -484,7 +484,7 @@ In the current sample, the `WithRedirectUri("https://login.microsoftonline.com/c
484484
485485
You can then remove the line of code because it's required only once, to fetch the value.
486486

487-
3. In the app registration portal, add the returned value in **RedirectUri** in the **Authentication** pane.
487+
3. In the Microsoft Entra admin center, add the returned value in **RedirectUri** in the **Authentication** pane.
488488

489489
## Test your code
490490

articles/app-service/app-service-configure-premium-tier.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to better performance for your web, mobile, and API app i
44
keywords: app service, azure app service, scale, scalable, app service plan, app service cost
55
ms.assetid: ff00902b-9858-4bee-ab95-d3406018c688
66
ms.topic: article
7-
ms.date: 05/08/2023
7+
ms.date: 08/29/2023
88
ms.author: msangapu
99
author: msangapu-msft
1010
ms.custom: seodec18, devx-track-azurecli, devx-track-azurepowershell
@@ -13,19 +13,19 @@ ms.custom: seodec18, devx-track-azurecli, devx-track-azurepowershell
1313

1414
# Configure Premium V3 tier for Azure App Service
1515

16-
The new Premium V3 pricing tier gives you faster processors, SSD storage, and quadruple the memory-to-core ratio of the existing pricing tiers (double the Premium V2 tier). With the performance advantage, you could save money by running your apps on fewer instances. In this article, you learn how to create an app in Premium V3 tier or scale up an app to Premium V3 tier.
16+
The new Premium V3 pricing tier gives you faster processors, SSD storage, memory-optimized options, and quadruple the memory-to-core ratio of the existing pricing tiers (double the Premium V2 tier). With the performance advantage, you could save money by running your apps on fewer instances. In this article, you learn how to create an app in Premium V3 tier or scale up an app to Premium V3 tier.
1717

1818
## Prerequisites
1919

20-
To scale-up an app to Premium V3, you need to have an Azure App Service app that runs in a pricing tier lower than Premium V3, and the app must be running in an App Service deployment that supports Premium V3.
20+
To scale-up an app to Premium V3, you need to have an Azure App Service app that runs in a pricing tier lower than Premium V3, and the app must be running in an App Service deployment that supports Premium V3. Additionally the App Service deployment must support the desired SKU within Premium V3.
2121

2222
<a name="availability"></a>
2323

2424
## Premium V3 availability
2525

2626
The Premium V3 tier is available for both native and custom containers, including both Windows containers and Linux containers.
2727

28-
Premium V3 is available in some Azure regions and availability in additional regions is being added continually. To see if it's available in your region, run the following Azure CLI command in the [Azure Cloud Shell](../cloud-shell/overview.md):
28+
Premium V3 as well as specific Premium V3 SKUs are available in some Azure regions and availability in additional regions is being added continually. To see if a specific PremiumV3 offering is available in your region, run the following Azure CLI command in the [Azure Cloud Shell](../cloud-shell/overview.md) (substitute _P1v3_ with the desired SKU):
2929

3030
```azurecli-interactive
3131
az appservice list-locations --sku P1V3
@@ -44,11 +44,12 @@ To see all the Premium V3 options, select **Explore pricing plans**, then select
4444
:::image type="content" source="media/app-service-configure-premium-tier/explore-pricing-plans.png" alt-text="Screenshot showing the Explore pricing plans page with a Premium V3 plan selected.":::
4545

4646
> [!IMPORTANT]
47-
> If you don't see a Premium V3 plan as an option, or if the options are greyed out, then Premium V3 likely isn't available in the underlying App Service deployment that contains the App Service plan. See [Scale up from an unsupported resource group and region combination](#unsupported) for more details.
47+
> If you don't see **P0V3**, **P1V3**, **P2V3**, **P3V3**, **P1mV3**, **P2mV3**, **P3mV3**, **P4mV3**, and **P5mV3** as options, or if some options are greyed out, then either **Premium V3** or an individual SKU within **Premium V3** isn't available in the underlying App Service deployment that contains the App Service plan. See [Scale up from an unsupported resource group and region combination](#unsupported) for more details.
48+
>
4849
4950
## Scale up an existing app to Premium V3 tier
5051

51-
Before scaling an existing app to Premium V3 tier, make sure that Premium V3 is available. For information, see [Premium V3 availability](#availability). If it's not available, see [Scale up from an unsupported resource group and region combination](#unsupported).
52+
Before scaling an existing app to Premium V3 tier, make sure that both Premium V3 as well as the specific SKU within Premium V3 are available. For information, see [PremiumV3 availability](#availability). If it's not available, see [Scale up from an unsupported resource group and region combination](#unsupported).
5253

5354
Depending on your hosting environment, scaling up may require extra steps.
5455

@@ -74,10 +75,9 @@ Some App Service plans can't scale up to the Premium V3 tier, or to a newer SKU
7475

7576
## Scale up from an unsupported resource group and region combination
7677

77-
If your app runs in an App Service deployment where Premium V3 isn't available, or if your app runs in a region that currently does not support Premium V3, you need to re-deploy your app to take advantage of Premium V3. You have two options:
78+
If your app runs in an App Service deployment where Premium V3 isn't available, or if your app runs in a region that currently does not support Premium V3, you need to re-deploy your app to take advantage of Premium V3. Alternatively newer Premium V3 SKUs may not be available, in which case you also need to re-deploy your app to take advantage of newer SKUs within Premium V3. You have two options:
7879

79-
- Create an app in a new resource group and with a new App Service plan. When creating the App Service plan, select a Premium V3 tier. This step ensures that the App Service plan is deployed into a deployment unit that supports Premium V3. Then, redeploy your application code into the newly created app. Even if you scale the App Service plan down to a lower tier to save costs, you can always scale back up to Premium V3 because the deployment unit supports it.
80-
- If your app already runs in an existing **Premium** tier, then you can clone your app with all app settings, connection strings, and deployment configuration into a new resource group on a new app service plan that uses Premium V3.
80+
- Create an app in a new resource group and with a new App Service plan. When creating the App Service plan, select the desired Premium V3 tier. This step ensures that the App Service plan is deployed into a deployment unit that supports Premium V3 as well as the specific SKU within Premium V3. Then, redeploy your application code into the newly created app. Even if you scale the new App Service plan down to a lower tier to save costs, you can always scale back up to Premium V3 and the desired SKU within Premium V3 because the deployment unit supports it.
8181

8282
![Screenshot showing how to clone your app.](media/app-service-configure-premium-tier/clone-app.png)
8383

articles/azure-arc/data/includes/azure-arc-data-preview-release.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,18 @@ ms.topic: include
66
ms.date: 05/02/2023
77
---
88

9-
At this time, a test or preview build is not available for the next release.
109

1110
<!--
11+
At this time, a test or preview build is not available for the next release.
12+
13+
-->
1214

13-
Aug 2023 preview release is now available.
15+
Sept 2023 preview release is now available.
1416

1517
|Component|Value|
1618
|-----------|-----------|
17-
|Container images registry/repository |`mcr.microsoft.com/arcdata/preview`|
18-
|Container images tag |`v1.22.0_2023-08-08`|
19+
|Container images registry/repository |`mcr.microsoft.com/arcdata/test`|
20+
|Container images tag |`v1.23.0_2023-09-12`|
1921
|**CRD names and version:**| |
2022
|`activedirectoryconnectors.arcdata.microsoft.com`| v1beta1, v1beta2, v1, v2|
2123
|`datacontrollers.arcdata.microsoft.com`| v1beta1, v1 through v5|
@@ -32,17 +34,13 @@ Aug 2023 preview release is now available.
3234
|`telemetrycollectors.arcdata.microsoft.com`| v1beta1 through v1beta5|
3335
|`telemetryrouters.arcdata.microsoft.com`| v1beta1 through v1beta5|
3436
|Azure Resource Manager (ARM) API version|2023-01-15-preview|
35-
|`arcdata` Azure CLI extension version|1.5.4 ([Download](https://aka.ms/az-cli-arcdata-ext))|
36-
|Arc-enabled Kubernetes helm chart extension version|1.22.0|
37+
|`arcdata` Azure CLI extension version|1.5.5 ([Download](https://aka.ms/az-cli-arcdata-ext))|
38+
|Arc-enabled Kubernetes helm chart extension version|1.23.0|
3739
|Azure Arc Extension for Azure Data Studio<br/>`arc`<br/>`azcli`|<br/>1.8.0 ([Download](https://aka.ms/ads-arcdata-ext))</br>1.8.0 ([Download](https://aka.ms/ads-azcli-ext))|
3840
|SQL Database version | 957 |
3941

42+
<!--
4043
### Release notes
4144
42-
- Arc Enabled SQL Server | Automatic certificate rotation for certificates used for Azure Active Directory authentication is now supported.
43-
- For Service Managed Certificates the certificate rotation is automatic.
44-
- For Customer Managed Certificates user needs to upload the certificate to App Registration manually.
45-
- Support for configuring and managing Azure Failover groups between two Arc enabled SQL managed instances using Azure portal.
46-
- Upgraded OpenSearch and OpenSearch Dashboards from 2.7.0 to 2.8.0
47-
4845
-->
46+

articles/communication-services/concepts/numbers/sub-eligibility-number-capability.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ Numbers can be purchased on eligible Azure subscriptions and in geographies wher
4848
> - [Saudi Arabia](../numbers/phone-number-management-for-saudi-arabia.md)
4949
> - [Singapore](../numbers/phone-number-management-for-singapore.md)
5050
> - [Slovakia](../numbers/phone-number-management-for-slovakia.md)
51+
> - [South Korea](../numbers/phone-number-management-for-south-korea.md)
5152
> - [Spain](../numbers/phone-number-management-for-spain.md)
5253
> - [Sweden](../numbers/phone-number-management-for-sweden.md)
5354
> - [Switzerland](../numbers/phone-number-management-for-switzerland.md)

articles/communication-services/concepts/pstn-pricing.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,13 +428,24 @@ All prices shown below are in USD.
428428
|-------------|---------------|-----------------|
429429
|Toll-free |N/A |USD 0.2377/min |
430430

431+
432+
## South Korea telephony offers
433+
### Phone number leasing charges
434+
|Number type |Monthly fee |
435+
|--------------|--------------|
436+
|Toll-Free |USD 23.00/mo |
437+
### Usage charges
438+
|Number type |To make calls |To receive calls |
439+
|-------------|---------------|-----------------|
440+
|Toll-free |N/A |USD 0.1287/min |
441+
442+
431443
## Philippines telephony offers
432444

433445
### Phone number leasing charges
434446
|Number type |Monthly fee |
435447
|--------------|--------------|
436448
|Toll-Free |USD 25.00/mo |
437-
438449
### Usage charges
439450
|Number type |To make calls |To receive calls |
440451
|-------------|---------------|-----------------|

articles/communication-services/includes/country-dropdown.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ ms.custom: references_regions
3737
> - [Saudi Arabia](../concepts/numbers/phone-number-management-for-saudi-arabia.md)
3838
> - [Singapore](../concepts/numbers/phone-number-management-for-singapore.md)
3939
> - [Slovakia](../concepts/numbers/phone-number-management-for-slovakia.md)
40+
> - [South Korea](../concepts/numbers/phone-number-management-for-south-korea.md)
4041
> - [Spain](../concepts/numbers/phone-number-management-for-spain.md)
4142
> - [Sweden](../concepts/numbers/phone-number-management-for-sweden.md)
4243
> - [Switzerland](../concepts/numbers/phone-number-management-for-switzerland.md)

articles/communication-services/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1061,6 +1061,8 @@ items:
10611061
href: concepts/numbers/phone-number-management-for-singapore.md
10621062
- name: Phone number management for Slovakia
10631063
href: concepts/numbers/phone-number-management-for-slovakia.md
1064+
- name: Phone number management for South Korea
1065+
href: concepts/numbers/phone-number-management-for-south-korea.md
10641066
- name: Phone number management for Spain
10651067
href: concepts/numbers/phone-number-management-for-spain.md
10661068
- name: Phone number management for Sweden

articles/container-apps/jobs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The following table compares common scenarios for apps and jobs:
3535
| A continuously running service that processes messages from an Azure Service Bus queue | App | Configure a [custom scale rule](scale-app.md#custom). |
3636
| A job that processes a single message or a small batch of messages from an Azure queue and exits | Job | Use the *Event* job type and [configure a custom scale rule](tutorial-event-driven-jobs.md) to trigger job executions. |
3737
| A background task that's triggered on-demand and exits when finished | Job | Use the *Manual* job type and [start executions](#start-a-job-execution-on-demand) manually or programmatically using an API. |
38-
| A self-hosted GitHub Actions runner that runs a workflow on demand | Job | Use the *Event* job type and [configure a GitHub Actions scale rule](tutorial-ci-cd-runners-jobs.md?pivots=container-apps-jobs-self-hosted-ci-cd-azure-pipelines). |
38+
| A self-hosted GitHub Actions runner or Azure Pipelines agent | Job | Use the *Event* job type and configure a [GitHub Actions](tutorial-ci-cd-runners-jobs.md?pivots=container-apps-jobs-self-hosted-ci-cd-github-actions) or [Azure Pipelines](tutorial-ci-cd-runners-jobs.md?pivots=container-apps-jobs-self-hosted-ci-cd-azure-pipelines) scale rule. |
3939
| An Azure Functions app | App | [Deploy Azure Functions to Container Apps](../azure-functions/functions-container-apps-hosting.md). |
4040
| An event-driven app using the Azure WebJobs SDK | App | [Configure a scale rule](scale-app.md#custom) for each event source. |
4141

articles/event-hubs/private-link-service.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ There are four provisioning states:
197197
2. In the search bar, type in **event hubs**.
198198
3. Select the **namespace** that you want to manage.
199199
4. Select the **Networking** tab.
200-
5. Go to the appropriate section below based on the operation you want to: approve, reject, or remove.
200+
5. Go to the appropriate following section based on the operation you want to: approve, reject, or remove.
201201

202202
### Approve a private endpoint connection
203203
1. If there are any connections that are pending, you see a connection listed with **Pending** in the provisioning state.
@@ -252,11 +252,10 @@ Aliases: <event-hubs-namespace-name>.servicebus.windows.net
252252

253253
## Limitations and design considerations
254254

255-
**Pricing**: For pricing information, see [Azure Private Link pricing](https://azure.microsoft.com/pricing/details/private-link/).
256-
257-
**Limitations**: This feature is available in all Azure public regions.
258-
259-
**Maximum number of private endpoints per Event Hubs namespace**: 120.
255+
- For pricing information, see [Azure Private Link pricing](https://azure.microsoft.com/pricing/details/private-link/).
256+
- This feature is available in all Azure public regions.
257+
- Maximum number of private endpoints per Event Hubs namespace: 120.
258+
- The traffic is blocked at the application layer, not at the TCP layer. Therefore, you see TCP connections or `nslookup` operations succeeding against the public endpoint even though the public access is disabled.
260259

261260
For more, see [Azure Private Link service: Limitations](../private-link/private-link-service-overview.md#limitations)
262261

0 commit comments

Comments
 (0)