Skip to content

Commit 200e602

Browse files
authored
Merge pull request #220007 from MicrosoftDocs/main
11/30 PM Publish
2 parents 2bf1b93 + 773c53c commit 200e602

File tree

106 files changed

+743
-661
lines changed

Some content is hidden

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

106 files changed

+743
-661
lines changed

.openpublishing.redirection.healthcare-apis.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -554,10 +554,34 @@
554554
"redirect_url": "/azure/healthcare-apis/iot/how-to-use-iot-jsonpath-content-mappings",
555555
"redirect_document_id": false
556556
},
557+
{ "source_path_from_root": "/articles/healthcare-apis/iot/deploy-iot-connector-in-azure.md",
558+
"redirect_url": "/azure/healthcare-apis/iot/deploy-new-choose",
559+
"redirect_document_id": false
560+
},
561+
{ "source_path_from_root": "/articles/healthcare-apis/iot/deploy-02-new-button.md",
562+
"redirect_url": "/azure/healthcare-apis/iot/deploy-new-button",
563+
"redirect_document_id": false
564+
},
565+
{ "source_path_from_root": "/articles/healthcare-apis/iot/deploy-03-new-manual.md",
566+
"redirect_url": "/azure/healthcare-apis/iot/deploy-new-manual",
567+
"redirect_document_id": false
568+
},
569+
{ "source_path_from_root": "/articles/healthcare-apis/iot/deploy-05-new-config.md",
570+
"redirect_url": "/azure/healthcare-apis/iot/deploy-new-config",
571+
"redirect_document_id": false
572+
},
573+
{ "source_path_from_root": "/articles/healthcare-apis/iot/deploy-06-new-deploy.md",
574+
"redirect_url": "/azure/healthcare-apis/iot/deploy-new-deploy",
575+
"redirect_document_id": false
576+
},
557577
{ "source_path_from_root": "/articles/healthcare-apis/iot/deploy-08-new-ps-cli.md",
558578
"redirect_url": "/azure/healthcare-apis/iot/deploy-new-powershell-cli",
559579
"redirect_document_id": false
560580
},
581+
{ "source_path_from_root": "/articles/healthcare-apis/iot/deploy-new-bicep-ps-cli.md",
582+
"redirect_url": "/azure/healthcare-apis/iot/deploy-new-bicep-powershell-cli",
583+
"redirect_document_id": false
584+
},
561585
{ "source_path_from_root": "/articles/healthcare-apis/events/events-display-metrics.md",
562586
"redirect_url": "/azure/healthcare-apis/events/events-use-metrics",
563587
"redirect_document_id": false

articles/active-directory/authentication/how-to-mfa-number-match.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ Number matching is available for the following scenarios. When enabled, all scen
3737
- [AD FS adapter](howto-mfaserver-adfs-windows-server.md)
3838
- [NPS extension](howto-mfa-nps-extension.md)
3939

40-
Number matching is available for sign-in for Azure Government. However, it's currently not available for Authenticator setup in combined registration. Number matching will be available for Authenticator setup in [combined registration](howto-registration-mfa-sspr-combined.md) by November 30, 2022 for Azure Government.
41-
4240
Number matching isn't supported for Apple Watch notifications. Apple Watch users need to use their phone to approve notifications when number matching is enabled.
4341

4442
### Multifactor authentication
@@ -53,7 +51,7 @@ During self-service password reset, the Authenticator app notification will show
5351

5452
### Combined registration
5553

56-
When a user goes through combined registration to set up the Authenticator app, the user is asked to approve a notification as part of adding the account. For users who are enabled for number matching, this notification will show a number that they need to type in their Authenticator app notification. Number matching will be available for Authenticator setup in combined registration in Azure Government by November 30, 2022.
54+
When a user goes through combined registration to set up the Authenticator app, the user is asked to approve a notification as part of adding the account. For users who are enabled for number matching, this notification will show a number that they need to type in their Authenticator app notification.
5755

5856
### AD FS adapter
5957

articles/aks/cluster-configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to configure a cluster in Azure Kubernetes Service (AKS)
44
services: container-service
55
ms.topic: article
66
ms.custom: ignite-2022
7-
ms.date: 11/23/2022
7+
ms.date: 11/30/2022
88
---
99

1010
# Configure an AKS cluster
@@ -85,7 +85,7 @@ Like the temporary disk, an ephemeral OS disk is included in the price of the vi
8585
> [!IMPORTANT]
8686
> When you don't explicitly request managed disks for the OS, AKS will default to ephemeral OS if possible for a given node pool configuration.
8787
88-
If you chose to use an ephemeral OS, the OS disk must fit in the VM cache. The sizes for VM cache are available in the [Azure VM documentation](../virtual-machines/dv3-dsv3-series.md) in parentheses next to IO throughput ("cache size in GiB").
88+
If you chose to use an ephemeral OS, the OS disk must fit in the VM cache. Size requirements and recommendations for VM cache are available in the [Azure VM documentation](../virtual-machines/ephemeral-os-disks.md).
8989

9090
If you chose to use the AKS default VM size [Standard_DS2_v2](../virtual-machines/dv2-dsv2-series.md#dsv2-series) SKU with the default OS disk size of 100 GB. The default VM size supports ephemeral OS, but only has 86 GB of cache size. This configuration would default to managed disks if you don't explicitly specify it. If you do request an ephemeral OS, you'll receive a validation error.
9191

@@ -109,7 +109,7 @@ Configure the cluster to use Ephemeral OS disks when the cluster is created. Use
109109
az aks create --name myAKSCluster --resource-group myResourceGroup -s Standard_DS3_v2 --node-osdisk-type Ephemeral
110110
```
111111

112-
If you want to create a regular cluster using network-attached OS disks, you can do so by specifying `--node-osdisk-type=Managed`. You can also choose to add more ephemeral OS node pools as per below.
112+
If you want to create a regular cluster using network-attached OS disks, you can do so by specifying `--node-osdisk-type=Managed`. You can also choose to add more ephemeral OS node pools as described below.
113113

114114
### Use Ephemeral OS on existing clusters
115115

articles/app-service/configure-vnet-integration-routing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Follow these steps to disable **Route All** in your app through the portal.
3737
You can also configure **Route All** by using the Azure CLI.
3838

3939
```azurecli-interactive
40-
az resource update --resource-group <group-name> --name <app-name> --resource-type "Microsoft.Web/sites" --properties.vnetRouteAllEnabled [true|false]
40+
az resource update --resource-group <group-name> --name <app-name> --resource-type "Microsoft.Web/sites" --set properties.vnetRouteAllEnabled [true|false]
4141
```
4242

4343
## Configure configuration routing
@@ -49,7 +49,7 @@ When you're using virtual network integration, you can configure how parts of th
4949
Routing container image pull over virtual network integration can be configured using the Azure CLI.
5050

5151
```azurecli-interactive
52-
az resource update --resource-group <group-name> --name <app-name> --resource-type "Microsoft.Web/sites" --properties.vnetImagePullEnabled [true|false]
52+
az resource update --resource-group <group-name> --name <app-name> --resource-type "Microsoft.Web/sites" --set properties.vnetImagePullEnabled [true|false]
5353
```
5454

5555
We recommend that you use the site property to enable routing image pull traffic through the virtual network integration. Using the configuration setting allows you to audit the behavior with Azure Policy. The existing `WEBSITE_PULL_IMAGE_OVER_VNET` app setting with the value `true` can still be used, and you can enable routing through the virtual network with either setting.
@@ -59,7 +59,7 @@ We recommend that you use the site property to enable routing image pull traffic
5959
Routing content share over virtual network integration can be configured using the Azure CLI. In addition to enabling the feature, you must also ensure that any firewall or Network Security Group configured on traffic from the subnet allow traffic to port 443 and 445.
6060

6161
```azurecli-interactive
62-
az resource update --resource-group <group-name> --name <app-name> --resource-type "Microsoft.Web/sites" --properties.vnetContentShareEnabled [true|false]
62+
az resource update --resource-group <group-name> --name <app-name> --resource-type "Microsoft.Web/sites" --set properties.vnetContentShareEnabled [true|false]
6363
```
6464

6565
We recommend that you use the site property to enable content share traffic through the virtual network integration. Using the configuration setting allows you to audit the behavior with Azure Policy. The existing `WEBSITE_CONTENTOVERVNET` app setting with the value `1` can still be used, and you can enable routing through the virtual network with either setting.

articles/azure-app-configuration/quickstart-python-provider.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,25 @@
11
---
2-
title: Quickstart for using Azure App Configuration with Python apps | Microsoft Learn
2+
title: Quickstart for using Azure App Configuration with Python apps (preview) | Microsoft Learn
33
description: In this quickstart, create a Python app with the Azure App Configuration to centralize storage and management of application settings separate from your code.
44
services: azure-app-configuration
55
author: maud-lv
66
ms.service: azure-app-configuration
77
ms.devlang: python
88
ms.topic: quickstart
99
ms.custom: devx-track-python, mode-other, engagement-fy23
10-
ms.date: 11/17/2022
10+
ms.date: 11/30/2022
1111
ms.author: malev
1212
#Customer intent: As a Python developer, I want to manage all my app settings in one place.
1313
---
14-
# Quickstart: Create a Python app with Azure App Configuration
14+
# Quickstart: Create a Python app with Azure App Configuration (preview)
1515

16-
In this quickstart, you will use the Python provider for Azure App Configuration to centralize storage and management of application settings using the [Azure App Configuration Python provider client library](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/appconfiguration/azure-appconfiguration-provider).
16+
> [!IMPORTANT]
17+
> The Python provider for Azure App Configuration is currently in preview.
18+
> 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.
1719
18-
The Python App Configuration provider is a library running on top of the Azure SDK for Python, helping Python developers easily consume the App Configuration service. It enables configuration settings to be used like a dictionary.
20+
In this quickstart, you will use the Python provider for Azure App Configuration (preview) to centralize storage and management of application settings using the [Azure App Configuration Python provider client library](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/appconfiguration/azure-appconfiguration-provider).
21+
22+
The Python App Configuration provider is a library in preview running on top of the [Azure SDK for Python](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/appconfiguration/azure-appconfiguration), helping Python developers easily consume the App Configuration service. It enables configuration settings to be used like a dictionary.
1923

2024
## Prerequisites
2125

articles/azure-app-configuration/rest-api.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,12 @@ author: maud-lv
55
ms.author: malev
66
ms.service: azure-app-configuration
77
ms.topic: reference
8-
ms.date: 08/17/2020
8+
ms.date: 11/28/2022
99
---
1010

11-
# Azure App Configuration REST API
11+
# Azure App Configuration Data Plane REST API
1212

13-
High-level documentation on the REST API for Azure App Configuration is available in the main [Azure REST documentation](/rest/api/appconfiguration/). This section contains more details for developers working with the App Configuration REST API.
14-
15-
The following reference pages are available to describe the Azure App Configuration API surface in detail.
13+
The documentation on the [control plane](/azure/azure-resource-manager/management/control-plane-and-data-plane#control-plane) REST API for Azure App Configuration is available in the [Azure REST documentation](/rest/api/appconfiguration/). The following reference pages describe the [data plane](/azure/azure-resource-manager/management/control-plane-and-data-plane#data-plane) REST API for Azure App Configuration. The data plane REST API is available at the endpoint of an App Configuration store, for example, `https://{store-name}.azconfig.io`.
1614

1715
## Resources
1816

@@ -34,4 +32,4 @@ The following reference pages are available to describe the Azure App Configurat
3432
## Development
3533

3634
- [Fiddler](./rest-api-fiddler.md)
37-
- [Postman](./rest-api-postman.md)
35+
- [Postman](./rest-api-postman.md)

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

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,36 +3,36 @@ author: MikeRayMSFT
33
ms.author: mikeray
44
ms.service: azure-arc
55
ms.topic: include
6-
ms.date: 08/02/2022
6+
ms.date: 11/28/2022
77
---
88

9+
<!---
910
1011
At this time, a test or preview build is not available for the next release.
1112
12-
<!---
13+
-->
1314

1415
|Component|Value|
1516
|-----------|-----------|
16-
|Container images registry/repository |`mcr.microsoft.com/arcdata/preview`|
17-
|Container images tag |`v1.13.0_2022-11-08`|
17+
|Container images registry/repository |`mcr.microsoft.com/arcdata/test`|
18+
|Container images tag |`v1.14.0_2022-12-13`|
1819
|CRD names and version|`datacontrollers.arcdata.microsoft.com`: v1beta1, v1 through v6<br/>`exporttasks.tasks.arcdata.microsoft.com`: v1beta1, v1, v2<br/>`kafkas.arcdata.microsoft.com`: v1beta1, v1beta2<br/>`monitors.arcdata.microsoft.com`: v1beta1, v1, v2<br/>`sqlmanagedinstances.sql.arcdata.microsoft.com`: v1beta1, v1 through v7<br/>`postgresqls.arcdata.microsoft.com`: v1beta1, v1beta2, v1beta3<br/>`sqlmanagedinstancerestoretasks.tasks.sql.arcdata.microsoft.com`: v1beta1, v1<br/>`failovergroups.sql.arcdata.microsoft.com`: v1beta1, v1beta2, v1 through v2<br/>`activedirectoryconnectors.arcdata.microsoft.com`: v1beta1, v1beta2, v1<br/>`sqlmanagedinstancereprovisionreplicatask.tasks.sql.arcdata.microsoft.com`: v1beta1<br/>`telemetrycollectors.arcdata.microsoft.com`: v1beta1, v1beta2, v1beta3 *use to be otelcollectors*<br/>`telemetryrouters.arcdata.microsoft.com`: v1beta1, v1beta2<br/>|
1920
|Azure Resource Manager (ARM) API version|2022-06-15-preview|
20-
|`arcdata` Azure CLI extension version|1.4.8 ([Download](https://aka.ms/az-cli-arcdata-ext))|
21-
|Arc-enabled Kubernetes helm chart extension version|1.13.0|
22-
|Azure Arc Extension for Azure Data Studio<br/>`arc`<br/>`azcli`|*No Changes*<br/>1.5.4 ([Download](https://aka.ms/ads-arcdata-ext))</br>1.5.4 ([Download](https://aka.ms/ads-azcli-ext))|
23-
24-
21+
|`arcdata` Azure CLI extension version|1.4.9 ([Download](https://aka.ms/az-cli-arcdata-ext))|
22+
|Arc-enabled Kubernetes helm chart extension version|1.14.0|
23+
|Azure Arc Extension for Azure Data Studio<br/>`arc`<br/>`azcli`|*No Changes*<br/>1.7.0 ([Download](https://aka.ms/ads-arcdata-ext))</br>1.7.0 ([Download](https://aka.ms/ads-azcli-ext))|
2524

25+
<!---
2626
New for this release:
27-
- Azure Arc data controller
28-
- Support database as resource in Azure Arc data resource provider
2927
28+
- Azure Arc data controller
29+
- Feature description
3030
- Arc-enabled SQL managed instance
31-
31+
- Feature description
3232
3333
- Arc-enabled PostgreSQL server
34-
- Add support for automated backups
34+
- Feature description
3535
3636
- `arcdata` Azure CLI extension
37-
- CLI support for automated backups: Setting the `--storage-class-backups` parameter for the create command will enable automated backups
38-
-->
37+
- Feature description
38+
--->

articles/azure-cache-for-redis/cache-whats-new.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,18 @@ ms.date: 10/2/2022
1414

1515
## November 2022
1616

17+
### Support for RedisJSON
18+
1719
Support for using the RedisJSON module has now reached General Availability (GA).
1820

1921
For more information, see [Use Redis modules with Azure Cache for Redis](cache-redis-modules.md).
2022

23+
### Redis 6 becomes default update
24+
25+
All versions of Azure Cache for Redis REST API, PowerShell, Azure CLI and Azure SDK, will create Redis instances using Redis 6 starting January 20, 2023. Previously, we announced this change would take place on November 1, 2022, but due to unforeseen changes, the date has now been pushed out to January 20, 2023.
26+
27+
For more information, see [Redis 6 becomes default for new cache instances](#redis-6-becomes-default-for-new-cache-instances).
28+
2129
## October 2022
2230

2331
### Enhancements for passive geo-replication
@@ -68,10 +76,13 @@ The **RediSearch** module is also now available for Azure Cache for Redis. For m
6876

6977
### Redis 6 becomes default for new cache instances
7078

71-
Beginning November 1, 2022, all versions of Azure Cache for Redis REST API, PowerShell, Azure CLI, and Azure SDK will create Redis instances using the latest stable version of Redis offered by Azure Cache for Redis by default. Previously, Redis version 4.0 was the default version used. However, as of October 2021, the latest stable Redis version offered in Azure Cache for Redis is 6.0.
79+
> [!IMPORTANT]
80+
> Previously, we announced this change would take place on November 1, 2022. The new date is January 20th, 2023. The text has been updated to reflect the new date.
81+
82+
Beginning January 20, 2023, all versions of Azure Cache for Redis REST API, PowerShell, Azure CLI, and Azure SDK will create Redis instances using the latest stable version of Redis offered by Azure Cache for Redis by default. Previously, Redis version 4.0 was the default version used. However, as of October 2021, the latest stable Redis version offered in Azure Cache for Redis is 6.0.
7283

7384
>[!NOTE]
74-
> This change does not affect any existing instances. It is only applicable to new instances created from November 1, 2022, and onward.
85+
> This change does not affect any existing instances. It is only applicable to new instances created from January 20, 2023, and onward.
7586
>
7687
> The default Redis version that is used when creating a cache instance can vary because it is based on the latest stable version offered in Azure Cache for Redis.
7788

0 commit comments

Comments
 (0)