Skip to content

Commit 69c2044

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into liveResizeLimits
2 parents 585ec7e + 5910636 commit 69c2044

File tree

6 files changed

+128
-19
lines changed

6 files changed

+128
-19
lines changed

articles/aks/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@
4747
href: quickstart-helm.md
4848
- name: Develop with Dapr
4949
href: quickstart-dapr.md
50+
- name: Use Draft and the DevX extension for Visual Studio Code (preview)
51+
href: draft-devx-extension-aks.md
5052
- name: Subscribe to AKS events with Event Grid
5153
href: quickstart-event-grid.md
5254
- name: Tutorials
@@ -223,8 +225,6 @@
223225
href: free-standard-pricing-tiers.md
224226
- name: Use Draft (preview)
225227
href: draft.md
226-
- name: Use Draft and the DevX extension for Visual Studio Code (preview)
227-
href: draft-devx-extension-aks.md
228228
- name: Use proximity placement groups
229229
href: reduce-latency-ppg.md
230230
- name: Upgrade the node image

articles/cognitive-services/Translator/reference/v3-0-languages.md

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.author: lajanuar
1515

1616
# Translator 3.0: Languages
1717

18-
Gets the set of languages currently supported by other operations of the Translator.
18+
Gets the set of languages currently supported by other operations of the Translator.
1919

2020
## Request URL
2121

@@ -37,9 +37,11 @@ Request parameters passed on the query string are:
3737
</tr>
3838
<tr>
3939
<td>scope</td>
40-
<td>*Optional parameter*.<br/>A comma-separated list of names defining the group of languages to return. Allowed group names are: `translation`, `transliteration` and `dictionary`. If no scope is given, then all groups are returned, which is equivalent to passing `scope=translation,transliteration,dictionary`. To decide which set of supported languages is appropriate for your scenario, see the description of the [response object](#response-body).</td>
40+
<td>*Optional parameter*.<br/>A comma-separated list of names defining the group of languages to return. Allowed group names are: `translation`, `transliteration` and `dictionary`. If no scope is given, then all groups are returned, which is equivalent to passing `scope=translation,transliteration,dictionary`.</td>
4141
</tr>
42-
</table>
42+
</table>
43+
44+
*See* [response body](#response-body).
4345

4446
Request headers are:
4547

@@ -48,14 +50,14 @@ Request headers are:
4850
<th>Description</th>
4951
<tr>
5052
<td>Accept-Language</td>
51-
<td>*Optional request header*.<br/>The language to use for user interface strings. Some of the fields in the response are names of languages or names of regions. Use this parameter to define the language in which these names are returned. The language is specified by providing a well-formed BCP 47 language tag. For instance, use the value `fr` to request names in French or use the value `zh-Hant` to request names in Chinese Traditional.<br/>Names are provided in the English language when a target language is not specified or when localization is not available.
53+
<td>*Optional request header*.<br/>The language to use for user interface strings. Some of the fields in the response are names of languages or names of regions. Use this parameter to define the language in which these names are returned. The language is specified by providing a well-formed BCP 47 language tag. For instance, use the value `fr` to request names in French or use the value `zh-Hant` to request names in Chinese Traditional.<br/>Names are provided in the English language when a target language isn't specified or when localization isn't available.
5254
</td>
5355
</tr>
5456
<tr>
5557
<td>X-ClientTraceId</td>
5658
<td>*Optional request header*.<br/>A client-generated GUID to uniquely identify the request.</td>
5759
</tr>
58-
</table>
60+
</table>
5961

6062
Authentication isn't required to get language resources.
6163

@@ -100,7 +102,7 @@ The value for each property is as follows.
100102
* `dir`: Directionality, which is `rtl` for right-to-left languages or `ltr` for left-to-right languages.
101103

102104
An example is:
103-
105+
104106
```json
105107
{
106108
"translation": {
@@ -197,7 +199,7 @@ The value for each property is as follows.
197199
* `nativeName`: Display name of the target language in the locale native for the target language.
198200

199201
* `dir`: Directionality, which is `rtl` for right-to-left languages or `ltr` for left-to-right languages.
200-
202+
201203
* `code`: Language code identifying the target language.
202204

203205
An example is:
@@ -218,9 +220,9 @@ The value for each property is as follows.
218220
},
219221
```
220222

221-
The structure of the response object will not change without a change in the version of the API. For the same version of the API, the list of available languages may change over time because Microsoft Translator continually extends the list of languages supported by its services.
223+
The structure of the response object doesn't change without a change in the version of the API. For the same version of the API, the list of available languages may change over time because Microsoft Translator continually extends the list of languages supported by its services.
222224

223-
The list of supported languages will not change frequently. To save network bandwidth and improve responsiveness, a client application should consider caching language resources and the corresponding entity tag (`ETag`). Then, the client application can periodically (for example, once every 24 hours) query the service to fetch the latest set of supported languages. Passing the current `ETag` value in an `If-None-Match` header field will allow the service to optimize the response. If the resource has not been modified, the service will return status code 304 and an empty response body.
225+
The list of supported languages doesn't change frequently. To save network bandwidth and improve responsiveness, a client application should consider caching language resources and the corresponding entity tag (`ETag`). Then, the client application can periodically (for example, once every 24 hours) query the service to fetch the latest set of supported languages. Passing the current `ETag` value in an `If-None-Match` header field allows the service to optimize the response. If the resource hasn't been modified, the service returns status code 304 and an empty response body.
224226

225227
## Response headers
226228

@@ -234,13 +236,13 @@ The list of supported languages will not change frequently. To save network band
234236
</tr>
235237
<tr>
236238
<td>X-RequestId</td>
237-
<td>Value generated by the service to identify the request. It is used for troubleshooting purposes.</td>
239+
<td>Value generated by the service to identify the request. It's used for troubleshooting purposes.</td>
238240
</tr>
239-
</table>
241+
</table>
240242

241243
## Response status codes
242244

243-
The following are the possible HTTP status codes that a request returns.
245+
The following are the possible HTTP status codes that a request returns.
244246

245247
<table width="100%">
246248
<th width="20%">Status Code</th>
@@ -251,7 +253,7 @@ The following are the possible HTTP status codes that a request returns.
251253
</tr>
252254
<tr>
253255
<td>304</td>
254-
<td>The resource has not been modified since the version specified by request headers `If-None-Match`.</td>
256+
<td>The resource hasn't been modified since the version specified by request headers `If-None-Match`.</td>
255257
</tr>
256258
<tr>
257259
<td>400</td>
@@ -269,9 +271,9 @@ The following are the possible HTTP status codes that a request returns.
269271
<td>503</td>
270272
<td>Server temporarily unavailable. Retry the request. If the error persists, report it with: date and time of the failure, request identifier from response header `X-RequestId`, and client identifier from request header `X-ClientTraceId`.</td>
271273
</tr>
272-
</table>
274+
</table>
273275

274-
If an error occurs, the request will also return a JSON error response. The error code is a 6-digit number combining the 3-digit HTTP status code followed by a 3-digit number to further categorize the error. Common error codes can be found on the [v3 Translator reference page](./v3-0-reference.md#errors).
276+
If an error occurs, the request also returns a JSON error response. The error code is a 6-digit number combining the 3-digit HTTP status code followed by a 3-digit number to further categorize the error. Common error codes can be found on the [v3 Translator reference page](./v3-0-reference.md#errors).
275277

276278
## Examples
277279

articles/private-link/availability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.custom: template-concept, references_regions, ignite-2022
1414
Azure Private Link enables you to access Azure PaaS Services (for example, Azure Storage and SQL Database) and Azure hosted customer-owned/partner services over a [private endpoint](private-endpoint-overview.md) in your virtual network.
1515

1616
> [!IMPORTANT]
17-
> Azure Private Link is now generally available. Both Private Endpoint and Private Link service (service behind standard load balancer) are generally available. Different Azure PaaS will onboard to Azure Private Link at different schedules. For known limitations, see [Private Endpoint](private-endpoint-overview.md#limitations) and [Private Link Service](private-link-service-overview.md#limitations).
17+
> Azure Private Link is now generally available. Both Private Endpoint and Private Link service (service behind standard load balancer) are generally available. For known limitations, see [Private Endpoint](private-endpoint-overview.md#limitations) and [Private Link Service](private-link-service-overview.md#limitations).
1818
1919
## Service availability
2020

articles/reliability/TOC.yml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,44 @@
22
href: index.yml
33
- name: Overview
44
href: overview.md
5+
- name: ASM Retirement
6+
items:
7+
- name: Overview
8+
href: asm-retirement.md
9+
- name: Migration guides by service
10+
items:
11+
- name: VM (classic)
12+
href: /azure/virtual-machines/classic-vm-deprecation
13+
- name: Azure Batch Cloud Service Pools
14+
href: /azure/batch/batch-pool-cloud-service-to-virtual-machine-configuration
15+
- name: Cloud Services (classic)
16+
href: /azure/cloud-services-extended-support/in-place-migration-overview
17+
- name: Azure App Service
18+
href: /azure/app-service/environment/migrate
19+
- name: API Management
20+
href: /azure/api-management/compute-infrastructure#how-do-i-migrate-to-the-stv2-platform
21+
- name: Azure Redis Cache
22+
href: /azure/azure-cache-for-redis/cache-faq#caches-with-a-dependency-on-cloud-services--classic
23+
- name: Classic Resource Providers
24+
href: /azure/azure-resource-manager/management/deployment-models
25+
- name: Integration Services Environment
26+
href: /azure/logic-apps/export-from-ise-to-standard-logic-app
27+
- name: Microsoft HPC Pack
28+
href: /powershell/high-performance-computing/burst-to-cloud-services-retirement-guide
29+
- name: Virtual WAN
30+
href: /azure/virtual-wan/virtual-wan-faq#update-router
31+
- name: Classic Storage
32+
href: /azure/storage/common/storage-account-migrate-classic?tabs=azure-portal
33+
- name: Classic Virtual Network
34+
href: /azure/virtual-network/migrate-classic-vnet-powershell
35+
- name: Classic Application Gateway
36+
href: /azure/application-gateway/classic-to-resource-manager
37+
- name: Classic Reserved IP addresses
38+
href: /azure/virtual-network/ip-services/public-ip-upgrade-classic
39+
- name: Classic ExpressRoute Gateway
40+
href: /azure/expressroute/expressroute-migration-classic-resource-manager
41+
- name: Classic VPN gateway
42+
href: /azure/vpn-gateway/vpn-gateway-classic-resource-manager-migration
543
- name: Availability zone support
644
items:
745
- name: What are Azure availability zones and regions?
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
---
2+
title: Azure Service Manager Retirement
3+
description: Azure Service Manager Retirement documentation for all classic compute, networking and storage resources
4+
author: surbhijain
5+
ms.topic: overview
6+
ms.date: 03/24/2023
7+
ms.author: surbhijain
8+
ms.service: reliability
9+
10+
---
11+
12+
# Azure Service Manager Retirement
13+
14+
Azure Service Manager (ASM) is the old control plane of Azure responsible for creating, managing, deleting VMs and performing other control plane operations, and has been in use since 2011. However, ASM is retiring in August 2024, and customers can now migrate to [Azure Resource Manager (ARM)](/azure/azure-resource-manager/management/overview). ARM provides a management layer that enables you to create, update, and delete resources in your Azure account. You can use management features like access control, locks, and tags to secure and organize your resources after deployment
15+
16+
## Benefits of migrating to ARM
17+
Migrating from the classic resource model to ARM offers several benefits, including:
18+
19+
- Manage your infrastructure through declarative templates rather than scripts.
20+
21+
- Deploy, manage, and monitor all the resources for your solution as a group, rather than handling these resources individually.
22+
23+
- Redeploy your solution throughout the development lifecycle and have confidence your resources are deployed in a consistent state.
24+
25+
- Define the dependencies between resources so they're deployed in the correct order.
26+
27+
- Apply access control to all services because Azure role-based access control (Azure RBAC) is natively integrated into the management platform.
28+
29+
- Apply tags to resources to logically organize all the resources in your subscription.
30+
31+
- Clarify your organization's billing by viewing costs for a group of resources sharing the same tag.
32+
33+
There are many service-related benefits which can be found in the migration guides.
34+
35+
## Services being retired
36+
To help with this transition, we are providing a range of resources and tools, including documentation and migration guides. We encourage you to begin planning your migration to ARM as soon as possible to ensure that you can continue to take advantage of the latest Azure features and capabilities.
37+
Here is a list of classic resources being retired and their retirement dates:
38+
39+
| Classic Resource | Retirement Date |
40+
|---|---|
41+
|[VM (classic)](https://azure.microsoft.com/updates/classicvmretirment) | Sep 23 |
42+
|[Azure Batch Cloud Service Pools](https://azure.microsoft.com/updates/azure-batch-cloudserviceconfiguration-pools-will-be-retired-on-29-february-2024) | Feb 24 |
43+
|[Cloud Services (classic)](https://azure.microsoft.com/updates/cloud-services-retirement-announcement) | Aug 24 |
44+
|[App Services](https://azure.microsoft.com/updates/app-service-environment-v1-and-v2-retirement-announcement) | Aug 24 |
45+
|[Classic Resource Providers](https://azure.microsoft.com/updates/azure-classic-resource-providers-will-be-retired-on-31-august-2024/) | Aug 24 |
46+
|[Integration Services Environment](https://azure.microsoft.com/updates/integration-services-environment-will-be-retired-on-31-august-2024-transition-to-logic-apps-standard/) | Aug 24 |
47+
|[Classic Storage](https://azure.microsoft.com/updates/classic-azure-storage-accounts-will-be-retired-on-31-august-2024/) | Aug 24 |
48+
|[Classic Virtual Network](https://azure.microsoft.com/updates/five-azure-classic-networking-services-will-be-retired-on-31-august-2024/) | Aug 24 |
49+
|[Classic Application Gateway](https://azure.microsoft.com/updates/five-azure-classic-networking-services-will-be-retired-on-31-august-2024/) | Aug 24 |
50+
|[Classic Reserved IP addresses](https://azure.microsoft.com/updates/five-azure-classic-networking-services-will-be-retired-on-31-august-2024/) |Aug 24|
51+
|[Classic ExpressRoute Gateway](https://azure.microsoft.com/updates/five-azure-classic-networking-services-will-be-retired-on-31-august-2024/) |Aug 24 |
52+
|[Classic VPN gateway](https://azure.microsoft.com/updates/five-azure-classic-networking-services-will-be-retired-on-31-august-2024/) | Aug 24 |
53+
|[API Management](/azure/api-management/breaking-changes/stv1-platform-retirement-august-2024) | Aug 24 |
54+
|[Azure Redis cache](/azure/azure-cache-for-redis/cache-faq#caches-with-a-dependency-on-cloud-services-(classic)) | Aug 24 |
55+
|[Virtual WAN](/azure/virtual-wan/virtual-wan-faq#update-router) | Aug 24 |
56+
|[Microsoft HPC Pack](/powershell/high-performance-computing/burst-to-cloud-services-retirement-guide) |Aug 24|
57+
|[Azure Active Directory Domain Services](/azure/active-directory-domain-services/migrate-from-classic-vnet) | Mar 23 |
58+
59+
## Support
60+
We understand that you may have questions or concerns about this change, and we are here to help. If you have any questions or require further information, please do not hesitate to reach out to our [customer support team](https://azure.microsoft.com/support)
61+
62+

articles/reliability/index.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ landingContent:
2121
- text: Azure reliability overview
2222
url: overview.md
2323
# Card
24+
- title: Azure Service Manager Retirement
25+
linkLists:
26+
- linkListType: overview
27+
links:
28+
- text: ASM Retirement Overview
29+
url: overview.md
30+
# Card
2431
- title: Availability zone support
2532
linkLists:
2633
- linkListType: concept
@@ -58,4 +65,4 @@ landingContent:
5865
- text: Service availability for Azure in China
5966
url: sovereign-cloud-china.md
6067
- text: Service availability by region
61-
url: https://azure.microsoft.com/global-infrastructure/services/
68+
url: https://azure.microsoft.com/global-infrastructure/services/

0 commit comments

Comments
 (0)