Skip to content

Commit 51ab3d3

Browse files
authored
Merge pull request #263361 from MicrosoftDocs/main
1/17 11:00 AM IST Publish
2 parents b1a91c8 + c82c70e commit 51ab3d3

File tree

64 files changed

+598
-323
lines changed

Some content is hidden

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

64 files changed

+598
-323
lines changed

articles/advisor/advisor-reference-reliability-recommendations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Full list of available reliability recommendations in Advisor.
44
author: mabrahms
55
ms.author: v-mabrahms
66
ms.topic: article
7-
ms.date: 09/27/2023
7+
ms.date: 12/11/2023
88
---
99

1010
# Reliability recommendations
@@ -544,7 +544,7 @@ Learn more about [Front Door Profile - RenewExpiredBYOC (Renew the expired Azure
544544

545545
Deploying two or more medium or large sized instances ensures business continuity during outages caused by planned or unplanned maintenance.
546546

547-
Learn more about [Application gateway - AppGateway (Upgrade your SKU or add more instances to ensure fault tolerance)](https://aka.ms/aa_gatewayrec_learnmore).
547+
Learn more about [Improve the reliability of your application by using Azure Advisor - Ensure application gateway fault tolerance)](/azure/advisor/advisor-high-availability-recommendations#ensure-application-gateway-fault-tolerance).
548548

549549
### Avoid hostname override to ensure site integrity
550550

articles/ai-studio/how-to/create-manage-compute.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ You can start or stop a compute instance from the Azure AI Studio.
111111

112112
:::image type="content" source="../media/compute/compute-start-stop.png" alt-text="Screenshot of the option to start or stop a compute instance." lightbox="../media/compute/compute-start-stop.png":::
113113

114-
115114
## Next steps
116115

117116
- [Create and manage prompt flow runtimes](./create-manage-runtime.md)

articles/ai-studio/how-to/create-manage-runtime.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,17 @@ Go to the page for runtime details and select **Update**. On the **Edit compute
147147
148148
Every time you open the page for runtime details, AI Studio checks whether there are new versions of the runtime. If new versions are available, a notification appears at the top of the page. You can also manually check the latest version by selecting the **Check version** button.
149149
150+
## Switch compute instance runtime to automatic runtime
151+
152+
Automatic runtime has following advantages over compute instance runtime:
153+
- Automatic manage lifecycle of runtime and underlying compute. You don't need to manually create and managed them anymore.
154+
- Easily customize packages by adding packages in the `requirements.txt` file in the flow folder, instead of creating a custom environment.
155+
156+
We would recommend you to switch to automatic runtime if you're using compute instance runtime. If you have a compute instance runtime, you can switch it to an automatic runtime (preview) by using the following steps:
157+
- Prepare your `requirements.txt` file in the flow folder. Make sure that you don't pin the version of `promptflow` and `promptflow-tools` in `requirements.txt`, because we already include them in the runtime base image. Packages specified in `requirements.txt` will be installed when the runtime is started.
158+
- If you want to keep the automatic runtime (preview) as long running compute like compute instance, you can disable the idle shutdown toggle under automatic runtime (preview) `edit` option.
159+
160+
150161
## Next steps
151162
152163
- [Learn more about prompt flow](./prompt-flow.md)

articles/aks/cluster-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ As part of creating an AKS cluster, you may need to customize your cluster confi
1212

1313
## OS configuration
1414

15-
AKS supports Ubuntu 22.04 as the only node operating system (OS) for clusters with Kubernetes 1.25 and higher. Ubuntu 18.04 can also be specified at node pool creation for Kubernetes versions 1.24 and below.
15+
AKS supports Ubuntu 22.04 and Azure Linux 2.0 as the node operating system (OS) for clusters with Kubernetes 1.25 and higher. Ubuntu 18.04 can also be specified at node pool creation for Kubernetes versions 1.24 and below.
1616

1717
AKS supports Windows Server 2022 as the default operating system (OS) for Windows node pools in clusters with Kubernetes 1.25 and higher. Windows Server 2019 can also be specified at node pool creation for Kubernetes versions 1.32 and below. Windows Server 2019 is being retired after Kubernetes version 1.32 reaches end of life (EOL) and isn't supported in future releases. For more information about this retirement, see the [AKS release notes][aks-release-notes].
1818

-51 Bytes
Loading

articles/api-center/TOC.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
#- name: API discovery and consumption
3333
- name: Reference
3434
items:
35+
- name: Azure CLI
36+
href: /cli/azure/apic
3537
- name: REST API
3638
href: /rest/api/apicenter/
3739
- name: REST API SDKs
@@ -43,4 +45,4 @@
4345
- name: Python
4446
href: https://pypi.org/project/azure-mgmt-apicenter
4547
- name: Resource Manager template
46-
href: /azure/templates/microsoft.apicenter/allversions
48+
href: /azure/templates/microsoft.apicenter/allversions

articles/azure-arc/resource-bridge/system-requirements.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,8 @@ Notice that the IP addresses for the gateway, control plane, appliance VM and DN
155155

156156
Arc resource bridge may require a separate user account with the necessary roles to view and manage resources in the on-premises infrastructure (such as Arc-enabled VMware vSphere). If so, during creation of the configuration files, the `username` and `password` parameters will be required. The account credentials are then stored in a configuration file locally within the appliance VM.
157157

158+
> [!WARNING]
159+
> Arc resource bridge can only use a user account that does not have multifactor authentication enabled.
158160
If the user account is set to periodically change passwords, [the credentials must be immediately updated on the resource bridge](maintenance.md#update-credentials-in-the-appliance-vm). This user account may also be set with a lockout policy to protect the on-premises infrastructure, in case the credentials aren't updated and the resource bridge makes multiple attempts to use expired credentials to access the on-premises control center.
159161

160162
For example, with Arc-enabled VMware, Arc resource bridge needs a separate user account for vCenter with the necessary roles. If the [credentials for the user account change](troubleshoot-resource-bridge.md#insufficient-permissions), then the credentials stored in Arc resource bridge must be immediately updated by running `az arcappliance update-infracredentials` from the [management machine](#management-machine-requirements). Otherwise, the appliance will make repeated attempts to use the expired credentials to access vCenter, which will result in a lockout of the account.

articles/cloud-services/cloud-services-guestos-msrc-releases.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.service: cloud-services
1111
ms.topic: article
1212
ms.tgt_pltfrm: na
1313
ms.workload: tbd
14-
ms.date: 12/12/2023
14+
ms.date: 01/16/2024
1515
ms.author: jejackson
1616
ms.custom: compute-evergreen
1717
---
@@ -20,8 +20,6 @@ ms.custom: compute-evergreen
2020
The following tables show the Microsoft Security Response Center (MSRC) updates applied to the Azure Guest OS. Search this article to determine if a particular update applies to the Guest OS you are using. Updates always carry forward for the particular [family][family-explain] they were introduced in.
2121

2222
## December 2023 Guest OS
23-
>[!NOTE]
24-
>The December Guest OS is currently being rolled out to Cloud Service VMs that are configured for automatic updates. When the rollout is complete, this version will be made available for manual updates through the Azure portal and configuration files. The following patches are included in the December Guest OS. This list is subject to change.
2523

2624
| Product Category | Parent KB Article | Vulnerability Description | Guest OS | Date First Introduced |
2725
| --- | --- | --- | --- | --- |

articles/cloud-services/cloud-services-guestos-update-matrix.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.service: cloud-services
1111
ms.topic: article
1212
ms.tgt_pltfrm: na
1313
ms.workload: tbd
14-
ms.date: 12/08/2023
14+
ms.date: 01/16/2024
1515
ms.author: gunnarc
1616
ms.custom: compute-evergreen
1717
---
@@ -38,6 +38,9 @@ Unsure about how to update your Guest OS? Check [this][cloud updates] out.
3838

3939
## News updates
4040

41+
###### **January 16, 2023**
42+
The December Guest OS has released.
43+
4144
###### **December 8, 2023**
4245
The November Guest OS has released.
4346

@@ -239,9 +242,10 @@ The September Guest OS has released.
239242

240243
| Configuration string | Release date | Disable date |
241244
| --- | --- | --- |
245+
| WA-GUEST-OS-7.36_202312-01 | January 16, 2024 | Post 7.39 |
242246
| WA-GUEST-OS-7.35_202311-01 | December 8, 2023 | Post 7.38 |
243247
| WA-GUEST-OS-7.34_202310-01 | October 23, 2023 | Post 7.37 |
244-
| WA-GUEST-OS-7.32_202309-01 | September 25, 2023 | Post 7.36 |
248+
|~~WA-GUEST-OS-7.32_202309-01~~| September 25, 2023 | Post 7.36 |
245249
|~~WA-GUEST-OS-7.30_202308-01~~| August 21, 2023 | October 23, 2023 |
246250
|~~WA-GUEST-OS-7.28_202307-01~~| July 27, 2023 | September 25, 2023 |
247251
|~~WA-GUEST-OS-7.27_202306-02~~| July 8, 2023 | August 21, 2023 |
@@ -279,9 +283,10 @@ The September Guest OS has released.
279283

280284
| Configuration string | Release date | Disable date |
281285
| --- | --- | --- |
286+
| WA-GUEST-OS-6.66_202312-01 | January 16, 2024 | Post 6.69 |
282287
| WA-GUEST-OS-6.65_202311-01 | December 8, 2023 | Post 6.68 |
283288
| WA-GUEST-OS-6.64_202310-01 | October 23, 2023 | Post 6.67 |
284-
| WA-GUEST-OS-6.62_202309-01 | September 25, 2023 | Post 6.66 |
289+
|~~WA-GUEST-OS-6.62_202309-01~~| September 25, 2023 | Post 6.66 |
285290
|~~WA-GUEST-OS-6.61_202308-01~~| August 21, 2023 | October 23, 2023 |
286291
|~~WA-GUEST-OS-6.60_202307-01~~| July 27, 2023 | September 25, 2023 |
287292
|~~WA-GUEST-OS-6.59_202306-02~~| July 8, 2023 | August 21, 2023 |
@@ -353,9 +358,10 @@ The September Guest OS has released.
353358

354359
| Configuration string | Release date | Disable date |
355360
| --- | --- | --- |
361+
| WA-GUEST-OS-5.90_202312-01 | January 16, 2024 | Post 5.93 |
356362
| WA-GUEST-OS-5.89_202311-01 | December 8, 2023 | Post 5.92 |
357363
| WA-GUEST-OS-5.88_202310-01 | October 23, 2023 | Post 5.91 |
358-
| WA-GUEST-OS-5.86_202309-01 | September 25, 2023 | Post 5.90 |
364+
|~~WA-GUEST-OS-5.86_202309-01~~| September 25, 2023 | Post 5.90 |
359365
|~~WA-GUEST-OS-5.85_202308-01~~| August 21, 2023 | October 23, 2023 |
360366
|~~WA-GUEST-OS-5.84_202307-01~~| July 27, 2023 | September 25, 2023 |
361367
|~~WA-GUEST-OS-5.83_202306-02~~| July 8, 2023 | August 21, 2023 |
@@ -424,9 +430,10 @@ The September Guest OS has released.
424430

425431
| Configuration string | Release date | Disable date |
426432
| --- | --- | --- |
433+
| WA-GUEST-OS-4.126_202312-01 | January 16, 2024 | Post 4.129 |
427434
| WA-GUEST-OS-4.125_202311-01 | December 8, 2023 | Post 4.128 |
428435
| WA-GUEST-OS-4.124_202310-01 | October 23, 2023 | Post 4.127 |
429-
| WA-GUEST-OS-4.122_202309-01 | September 25, 2023 | Post 4.126 |
436+
|~~WA-GUEST-OS-4.122_202309-01~~| September 25, 2023 | Post 4.126 |
430437
|~~WA-GUEST-OS-4.121_202308-01~~| August 21, 2023 | October 23, 2023 |
431438
|~~WA-GUEST-OS-4.120_202307-01~~| July 27, 2023 | September 25, 2023 |
432439
|~~WA-GUEST-OS-4.119_202306-02~~| July 8, 2023 | August 21, 2023 |
@@ -495,9 +502,10 @@ The September Guest OS has released.
495502

496503
| Configuration string | Release date | Disable date |
497504
| --- | --- | --- |
505+
| WA-GUEST-OS-3.134_202312-01 | January 16, 2024 | Post 3.137 |
498506
| WA-GUEST-OS-3.133_202311-01 | December 8, 2023 | Post 3.136 |
499507
| WA-GUEST-OS-3.132_202310-01 | October 23, 2023 | Post 3.135 |
500-
| WA-GUEST-OS-3.130_202309-01 | September 25, 2023 | Post 3.134 |
508+
|~~WA-GUEST-OS-3.130_202309-01~~| September 25, 2023 | Post 3.134 |
501509
|~~WA-GUEST-OS-3.129_202308-01~~| August 21, 2023 | October 23, 2023 |
502510
|~~WA-GUEST-OS-3.128_202307-01~~| July 27, 2023 | September 25, 2023 |
503511
|~~WA-GUEST-OS-3.127_202306-02~~| July 8, 2023 | August 21, 2023 |
@@ -566,9 +574,10 @@ The September Guest OS has released.
566574

567575
| Configuration string | Release date | Disable date |
568576
| --- | --- | --- |
577+
| WA-GUEST-OS-2.146_202312-01 | January 16, 2024 | Post 2.149 |
569578
| WA-GUEST-OS-2.145_202311-01 | December 8, 2023 | Post 2.148 |
570579
| WA-GUEST-OS-2.144_202310-01 | October 23, 2023 | Post 2.146 |
571-
| WA-GUEST-OS-2.142_202309-01 | September 25, 2023 | Post 2.144 |
580+
|~~WA-GUEST-OS-2.142_202309-01~~| September 25, 2023 | Post 2.144 |
572581
|~~WA-GUEST-OS-2.141_202308-01~~| August 21, 2023 | October 23, 2023 |
573582
|~~WA-GUEST-OS-2.140_202307-01~~| July 27, 2023 | September 25, 2023 |
574583
|~~WA-GUEST-OS-2.139_202306-02~~| July 8, 2023 | August 21, 2023 |

articles/dev-box/concept-dev-box-concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ To learn more about native Microsoft Entra join and Microsoft Entra hybrid join,
6464

6565
Before setting up Dev Box, you need to choose the best regions for your organization. Check [Products available by region](https://azure.microsoft.com/explore/global-infrastructure/products-by-region/?products=dev-box) and [Azure geographies](https://azure.microsoft.com/explore/global-infrastructure/geographies/#choose-your-region) to help you decide on the regions you use. If the region you prefer isn’t available for Dev Box, choose a region within 500 miles.
6666

67-
You specify a region for your dev center and projects. Typically, these resources are in the same region as your main office or IT management center.
67+
Your dev center and projects typically exist in the same region as your main office or IT management center.
6868

6969
The region of the virtual network specified in a network connection determines the region for a dev box. You can create multiple network connections based on the regions where you support developers. You can then use those connections when you're creating dev box pools to ensure that dev box users create dev boxes in a region close to them. Using a region close to the dev box user provides the best experience.
7070

0 commit comments

Comments
 (0)