Skip to content

Commit 27824de

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into ipv6-linux-dhcp
2 parents f0b8afd + 95329ba commit 27824de

File tree

8 files changed

+32
-20
lines changed

8 files changed

+32
-20
lines changed

articles/api-management/include-fragment-policy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The policy inserts the policy fragment as-is at the location you select in the p
2828

2929
| Attribute | Description | Required | Default |
3030
| --------- | -------------------------------------------------------------------------------------------------- | -------- | ------- |
31-
| fragment-id | A string. Policy expression allowed. Specifies the identifier (name) of a policy fragment created in the API Management instance. | Yes | N/A |
31+
| fragment-id | A string. Specifies the identifier (name) of a policy fragment created in the API Management instance. | Yes | N/A |
3232

3333
## Usage
3434

@@ -52,4 +52,4 @@ In the following example, the policy fragment named *myFragment* is added in the
5252

5353
* [API Management advanced policies](api-management-advanced-policies.md)
5454

55-
[!INCLUDE [api-management-policy-ref-next-steps](../../includes/api-management-policy-ref-next-steps.md)]
55+
[!INCLUDE [api-management-policy-ref-next-steps](../../includes/api-management-policy-ref-next-steps.md)]

articles/bastion/kerberos-authentication-portal.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ ms.author: cherylmc
1414

1515
This article shows you how to configure Azure Bastion to use Kerberos authentication. Kerberos authentication can be used with both the Basic and the Standard Bastion SKUs. For more information about Kerberos authentication, see the [Kerberos authentication overview](/windows-server/security/kerberos/kerberos-authentication-overview). For more information about Azure Bastion, see [What is Azure Bastion?](bastion-overview.md)
1616

17-
> [!NOTE]
18-
> During Preview, the Kerberos setting for Azure Bastion can be configured in the Azure portal only.
19-
>
17+
## Considerations
18+
19+
* During Preview, the Kerberos setting for Azure Bastion can be configured in the Azure portal only.
20+
* VMs migrated from on-premises to Azure are not currently supported for Kerberos. 
21+
* Cross-realm authentication is not currently supported for Kerberos. 
2022

2123
## Prerequisites
2224

articles/cosmos-db/mongodb/change-log.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.reviewer: gahllevy
77
ms.service: cosmos-db
88
ms.subservice: mongodb
99
ms.topic: release-notes
10-
ms.date: 10/12/2022
10+
ms.date: 01/18/2023
1111
ms.custom: ignite-2022
1212
---
1313

@@ -17,6 +17,12 @@ The Change log for the API for MongoDB is meant to inform you about our feature
1717

1818
## Azure Cosmos DB for MongoDB updates
1919

20+
### Azure Cosmos DB for MongoDB 5.0 (Limited Preview)
21+
22+
The 5.0 version supports many new features such as distributed ACID transactions, higher limits for unsharded collections and for shards themselves, improved performance for aggregation pipelines and complex queries, and more.
23+
24+
[Request access today to try out this Limited Preview!](../access-previews.md)
25+
2026
### Role-based access control (RBAC) (GA)
2127

2228
Azure Cosmos DB for MongoDB now offers a built-in role-based access control (RBAC) that allows you to authorize your data requests with a fine-grained, role-based permission model. Using this role-based access control (RBAC) allows you access with more options for control, security, and auditability of your database account data.

articles/cosmos-db/mongodb/introduction.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.author: gahllevy
77
ms.service: cosmos-db
88
ms.subservice: mongodb
99
ms.topic: overview
10-
ms.date: 11/30/2022
10+
ms.date: 01/18/2023
1111
ms.custom: ignite-2022
1212
---
1313

@@ -53,6 +53,7 @@ The API for MongoDB implements the wire protocol for MongoDB. This implementatio
5353

5454
The API for MongoDB is compatible with the following MongoDB server versions:
5555

56+
- [Version 5.0 (limited preview)](../access-previews.md)
5657
- [Version 4.2](feature-support-42.md)
5758
- [Version 4.0](feature-support-40.md)
5859
- [Version 3.6](feature-support-36.md)

articles/machine-learning/how-to-manage-compute-sessions.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.reviewer: sgilley
99
ms.service: machine-learning
1010
ms.subservice: core
1111
ms.topic: how-to
12-
ms.date: 12/21/2022
12+
ms.date: 1/18/2023
1313
# Customer intent: As a data scientist, I want to manage the notebook and terminal sessions on my compute instance for optimal performance.
1414
---
1515

@@ -19,24 +19,24 @@ Notebook and terminal sessions run on the compute and maintain your current work
1919

2020
When you reopen a notebook, or reconnect to a terminal session, you can reconnect to the previous session state (including command history, execution history, and defined variables). However, too many active sessions may slow down the performance of your compute. With too many active sessions, you may find your terminal or notebook cell typing lags, or terminal or notebook command execution may feel slower than expected.
2121

22-
There's a session management panel in the Azure Machine Learning studio that helps you manage your active sessions and optimize the performance of your compute instance. You can navigate to this session management panel from the compute toolbar of either a terminal tab or a notebook tab.
22+
Use the session management panel in Azure Machine Learning studio to help you manage your active sessions and optimize the performance of your compute instance. Navigate to this session management panel from the compute toolbar of either a terminal tab or a notebook tab.
2323

2424
> [!NOTE]
2525
> For optimal performance, we recommend you don’t keep more than six active sessions - and the fewer the better.
2626
27-
:::image type="content" source="media/how-to-manage-compute-sessions/compute-session-management-panel.png" alt-text="Screenshot of compute session management panel.":::
27+
:::image type="content" source="media/how-to-manage-compute-sessions/compute-session-management-panel.png" alt-text="Screenshot of compute session management panel." lightbox="media/how-to-manage-compute-sessions/compute-session-management-panel.png":::
2828

2929
## Notebook sessions
3030

31-
In the session management panel, you can select a linked notebook name in the notebook sessions section to reopen a notebook with its previous state.
31+
In the session management panel, select a linked notebook name in the notebook sessions section to reopen a notebook with its previous state.
3232

3333
Notebook sessions are kept active when you close a notebook tab in the Azure Machine Learning studio. So, when you reopen a notebook you'll have access to previously defined variables and execution state - in this case, you're benefitting from the active notebook session.
3434

3535
However, keeping too many active notebook sessions can slow down the performance of your compute. So, you should use the session management panel to shut down any notebook sessions you no longer need.
3636

3737
Select **Manage active sessions** in the terminal toolbar to open the session management panel and shut down the sessions you no longer need. In the following image, you can see that the tooltip shows the count of active notebook sessions.
3838

39-
:::image type="content" source="media/how-to-manage-compute-sessions/notebook-sessions-button.png" alt-text="Screenshot of notebooks sessions button in toolbar.":::
39+
:::image type="content" source="media/how-to-manage-compute-sessions/notebook-sessions-button.png" alt-text="Screenshot of notebooks sessions button in toolbar." lightbox="media/how-to-manage-compute-sessions/notebook-sessions-button.png":::
4040

4141
## Terminal sessions
4242

@@ -46,4 +46,4 @@ In contrast to notebook sessions, terminal sessions are terminated when you clos
4646

4747
Select **Manage active sessions** in the terminal toolbar to open the session management panel and shut down the sessions you no longer need. In the following image, you can see that the tooltip shows the count of active terminal sessions.
4848

49-
:::image type="content" source="media/how-to-manage-compute-sessions/terminal-sessions-button.png" alt-text="Screenshot of terminal sessions button in toolbar.":::
49+
:::image type="content" source="media/how-to-manage-compute-sessions/terminal-sessions-button.png" alt-text="Screenshot of terminal sessions button in toolbar." lightbox="media/how-to-manage-compute-sessions/terminal-sessions-button.png":::
20.6 KB
Loading

articles/service-health/resource-health-overview.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Different resources have their own criteria for when they report that they are d
6363

6464
![Status of *Degraded* for a virtual machine](./media/resource-health-overview/degraded.png)
6565

66-
For virtual machine scale sets, visit [Resource health state is "Degraded" in Azure Virtual Machine Scale Set](/troubleshoot/azure/virtual-machine-scale-sets/resource-health-degraded-state) page for more information.
66+
For Virtual Machine Scale Sets, visit [Resource health state is "Degraded" in Azure Virtual Machine Scale Set](/troubleshoot/azure/virtual-machine-scale-sets/resource-health-degraded-state) page for more information.
6767

6868
## History information
6969

@@ -85,9 +85,12 @@ To open Resource Health for one resource:
8585
1. Sign in to the Azure portal.
8686
2. Browse to your resource.
8787
3. On the resource menu in the left pane, select **Resource health**.
88+
4. From the health history grid, you can either download a PDF or click the "Share/Manage" RCA button.
8889

8990
![Opening Resource Health from the resource view](./media/resource-health-overview/from-resource-blade.png)
9091

92+
:::image type="content" source="./media/resource-health-overview/resource-health-history-grid.png" lightbox="./media/resource-health-overview/resource-health-history-grid.png" alt-text="Screenshot of the Resource Health pane in the Azure portal. The Unavailable message and Download as PDF and Share/Manage RCA buttons are highlighted.":::
93+
9194
You can also access Resource Health by selecting **All services** and typing **resource health** in the filter text box. In the **Help + support** pane, select [Resource health](https://portal.azure.com/#blade/Microsoft_Azure_Monitoring/AzureMonitoringBrowseBlade/resourceHealth).
9295

9396
![Opening Resource Health from "All services"](./media/resource-health-overview/FromOtherServices.png)

articles/virtual-machines/nvv4-series.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ The NVv4-series virtual machines are powered by [AMD Radeon Instinct MI25](https
2929
[Nested Virtualization](/virtualization/hyper-v-on-windows/user-guide/nested-virtualization): Not Supported <br>
3030
<br>
3131

32-
| Size | vCPU | Memory: GiB | Temp storage (SSD) GiB | GPU | GPU memory: GiB | Max data disks | Max NICs / Expected network bandwidth (MBps) |
33-
| --- | --- | --- | --- | --- | --- | --- | --- |
34-
| Standard_NV4as_v4 |4 |14 |88 | 1/8 | 2 | 4 | 2 / 1000 |
35-
| Standard_NV8as_v4 |8 |28 |176 | 1/4 | 4 | 8 | 4 / 2000 |
36-
| Standard_NV16as_v4 |16 |56 |352 | 1/2 | 8 | 16 | 8 / 4000 |
37-
| Standard_NV32as_v4 |32 |112 |704 | 1 | 16 | 32 | 8 / 8000 |
32+
| Size | vCPU | Memory: GiB | Temp storage (SSD) GiB | GPU | GPU memory: GiB | Max data disks | Max uncached disk throughput: IOPS/MBps | Max NICs / Expected network bandwidth (MBps) |
33+
| --- | --- | --- | --- | --- | --- | --- | --- | --- |
34+
| Standard_NV4as_v4 |4 |14 |88 | 1/8 | 2 | 4 | 6400 / 96 | 2 / 1000 |
35+
| Standard_NV8as_v4 |8 |28 |176 | 1/4 | 4 | 8 | 12800 / 192 | 4 / 2000 |
36+
| Standard_NV16as_v4 |16 |56 |352 | 1/2 | 8 | 16 | 25600 / 384 | 8 / 4000 |
37+
| Standard_NV32as_v4 |32 |112 |704 | 1 | 16 | 32 | 51200 / 768 |8 / 8000 |
3838

3939
<sup>1</sup> NVv4-series VMs feature AMD Simultaneous multithreading Technology
4040

0 commit comments

Comments
 (0)