Skip to content

Commit 49b59ad

Browse files
authored
Merge pull request #153971 from MicrosoftDocs/master
4/09 PM Publish
2 parents c6a2d9a + fa7b55d commit 49b59ad

File tree

152 files changed

+10483
-2651
lines changed

Some content is hidden

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

152 files changed

+10483
-2651
lines changed

.openpublishing.redirection.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,11 @@
325325
"redirect_url": "/articles/active-directory/users-groups-roles/groups-create-rule",
326326
"redirect_document_id": false
327327
},
328+
{
329+
"source_path_from_root": "/articles/frontdoor/front-door-whats-new.md",
330+
"redirect_url": "https://azure.microsoft.com/updates/?category=networking&query=Azure%20Front%20Door",
331+
"redirect_document_id": false
332+
},
328333
{
329334
"source_path_from_root": "/articles/load-balancer/azure-media-player/components-limitations.md",
330335
"redirect_url": "/articles/load-balancer/concepts",
@@ -19276,7 +19281,7 @@
1927619281
},
1927719282
{
1927819283
"source_path_from_root": "/articles/digital-twins/how-to-interpret-event-data.md",
19279-
"redirect_url": "/azure/digital-twins/concepts-notifications",
19284+
"redirect_url": "/azure/digital-twins/concepts-event-notifications",
1928019285
"redirect_document_id": false
1928119286
},
1928219287
{

articles/active-directory/develop/scenario-desktop-acquire-token.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1009,7 +1009,7 @@ This flow isn't supported on MSAL for macOS.
10091009

10101010
# [Node.js](#tab/nodejs)
10111011

1012-
This extract is from the [MSAL Node dev samples](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/samples/msal-node-samples/standalone-samples/username-password). In the code snippet below, the username and password are hardcoded for illustration purposes only. This should be avoided in production. Instead, a basic UI prompting the user to enter her username/password would be recommended.
1012+
This extract is from the [MSAL Node dev samples](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/samples/msal-node-samples/username-password). In the code snippet below, the username and password are hardcoded for illustration purposes only. This should be avoided in production. Instead, a basic UI prompting the user to enter her username/password would be recommended.
10131013

10141014
```JavaScript
10151015
const msal = require("@azure/msal-node");
@@ -1252,7 +1252,7 @@ This flow doesn't apply to macOS.
12521252

12531253
# [Node.js](#tab/nodejs)
12541254

1255-
This extract is from the [MSAL Node dev samples](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/samples/msal-node-samples/standalone-samples/device-code).
1255+
This extract is from the [MSAL Node dev samples](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/samples/msal-node-samples/device-code).
12561256

12571257
```JavaScript
12581258
const msal = require('@azure/msal-node');

articles/active-directory/managed-identities-azure-resources/tutorial-windows-vm-ua-arm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Tutorial`:` Use a managed identity to access Azure Resource Manager - Windows - Azure AD
2+
title: "Tutorial: Use a managed identity to access Azure Resource Manager - Windows - Azure AD"
33
description: A tutorial that walks you through the process of using a user-assigned managed identity on a Windows VM, to access Azure Resource Manager.
44
services: active-directory
55
documentationcenter: ''

articles/aks/concepts-scale.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This article introduces the core concepts that help you scale applications in AK
2121

2222
You can manually scale replicas (pods) and nodes to test how your application responds to a change in available resources and state. Manually scaling resources also lets you define a set amount of resources to use to maintain a fixed cost, such as the number of nodes. To manually scale, you define the replica or node count. The Kubernetes API then schedules creating additional pods or draining nodes based on that replica or node count.
2323

24-
When scaling down nodes, the Kubernetes API calls the relevant Azure Compute API tied to the compute type used by your cluster. For example, for clusters built on VM Scale Sets the logic for selecting which nodes to remove is determined by the VM Scale Sets API. To learn more about how nodes are selected for removal on scale down, see the [VMSS FAQ](../virtual-machine-scale-sets/virtual-machine-scale-sets-faq.md#if-i-reduce-my-scale-set-capacity-from-20-to-15-which-vms-are-removed).
24+
When scaling down nodes, the Kubernetes API calls the relevant Azure Compute API tied to the compute type used by your cluster. For example, for clusters built on VM Scale Sets the logic for selecting which nodes to remove is determined by the VM Scale Sets API. To learn more about how nodes are selected for removal on scale down, see the [VMSS FAQ](../virtual-machine-scale-sets/virtual-machine-scale-sets-faq.yml#if-i-reduce-my-scale-set-capacity-from-20-to-15--which-vms-are-removed-).
2525

2626
To get started with manually scaling pods and nodes see [Scale applications in AKS][aks-scale].
2727

articles/aks/csi-storage-drivers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Create the AKS cluster with support for CSI storage drivers:
8282

8383
```azurecli-interactive
8484
# Create an AKS-managed Azure AD cluster
85-
az aks create -g MyResourceGroup -n MyManagedCluster --network-plugin azure -k 1.17.9 --aks-custom-headers EnableAzureDiskFileCSIDriver=true
85+
az aks create -g MyResourceGroup -n MyManagedCluster --network-plugin azure --aks-custom-headers EnableAzureDiskFileCSIDriver=true
8686
```
8787

8888
If you want to create clusters in tree storage drivers instead of CSI storage drivers, you can do so by omitting the custom `--aks-custom-headers` parameter.

articles/azure-arc/data/release-notes.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.reviewer: mikeray
77
services: azure-arc
88
ms.service: azure-arc
99
ms.subservice: azure-arc-data
10-
ms.date: 04/06/2021
10+
ms.date: 04/09/2021
1111
ms.topic: conceptual
1212
# Customer intent: As a data professional, I want to understand why my solutions would benefit from running with Azure Arc enabled data services so that I can leverage the capability of the feature.
1313
---
@@ -20,7 +20,7 @@ This article highlights capabilities, features, and enhancements recently releas
2020

2121
## March 2021
2222

23-
The March 2021 release is introduced on April 6, 2021.
23+
The March 2021 release was initially introduced on April 5th 2021, and the final stages of release were completed April 9th 2021.
2424

2525
Review limitations of this release in [Known issues - Azure Arc enabled data services (Preview)](known-issues.md).
2626

@@ -41,7 +41,9 @@ Both custom resource definitions (CRD) for PostgreSQL have been consolidated int
4141

4242
You will delete the previous CRDs as you cleanup past installations. See [Cleanup from past installations](create-data-controller-using-kubernetes-native-tools.md#cleanup-from-past-installations).
4343

44-
### Azure Arc enabled managed instance
44+
### Azure Arc enabled SQL Managed Instance
45+
46+
- You can now create a SQL managed instance from the Azure portal in the direct connected mode.
4547

4648
- You can now restore a database to SQL Managed Instance with 3 replicas and it will be automatically added to the availability group.
4749

articles/azure-government/documentation-government-csp-list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ Below you can find a list of all the authorized Cloud Solution Providers, AOS-G
185185
|[Hendrix Corporation](https://www.hendrixcorp.com/)|
186186
|[Hewlett Packard Enterprise](https://www.hpe.com)|
187187
|[Hiscomp](http://www.hiscompllc.com/)|
188-
|[Hitachi Vantara](https://www.hitachivantarafederal.com/rean-cloud/)|
188+
|[Hitachi Vantara](https://www.hitachivantarafederal.com/services/cloud-services/)|
189189
|[HTS Voice & Data Systems, Inc.](https://www.hts-tx.com/)|
190190
|[HumanTouch LLC](https://www.humantouchllc.com/)|
191191
|[Hyertek Inc.](https://www.hyertek.com)|

articles/azure-monitor/agents/diagnostics-extension-stream-event-hubs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ You can use a variety of methods to validate that data is being sent to the even
173173

174174
* [Event Hubs overview](../../event-hubs/event-hubs-about.md)
175175
* [Create an event hub](../../event-hubs/event-hubs-create.md)
176-
* [Event Hubs FAQ](../../event-hubs/event-hubs-faq.md)
176+
* [Event Hubs FAQ](../../event-hubs/event-hubs-faq.yml)
177177

178178
<!-- Images. -->
179179
[0]: ../../event-hubs/media/event-hubs-streaming-azure-diags-data/dashboard.png

articles/azure-monitor/logs/data-security.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Log Analytics has an incident management process that all Microsoft services adh
9999
* Operators working on the Microsoft Azure service have addition training obligations surrounding their access to sensitive systems hosting customer data.
100100
* Microsoft security response personnel receive specialized training for their roles
101101

102-
If loss of any customer data occurs, we notify each customer within one day. However, customer data loss has never occurred with the service.
102+
While very rare, Microsoft will notify each customer within one day if significant loss of any customer data occurs.
103103

104104
For more information about how Microsoft responds to security incidents, see [Microsoft Azure Security Response in the Cloud](https://gallery.technet.microsoft.com/Azure-Security-Response-in-dd18c678/file/150826/4/Microsoft%20Azure%20Security%20Response%20in%20the%20cloud.pdf).
105105

@@ -186,4 +186,4 @@ You can use these additional security features to further secure your Azure Moni
186186
## Next steps
187187
* Learn how to collect data with Log Analytics for your Azure VMs following the [Azure VM quickstart](../vm/quick-collect-azurevm.md).
188188

189-
* If you are looking to collect data from physical or virtual Windows or Linux computers in your environment, see the [Quickstart for Linux computers](../vm/quick-collect-linux-computer.md) or [Quickstart for Windows computers](../vm/quick-collect-windows-computer.md)
189+
* If you are looking to collect data from physical or virtual Windows or Linux computers in your environment, see the [Quickstart for Linux computers](../vm/quick-collect-linux-computer.md) or [Quickstart for Windows computers](../vm/quick-collect-windows-computer.md)

articles/azure-netapp-files/azure-netapp-files-network-topologies.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.workload: storage
1313
ms.tgt_pltfrm: na
1414
ms.devlang: na
1515
ms.topic: conceptual
16-
ms.date: 09/08/2020
16+
ms.date: 04/09/2021
1717
ms.author: ramakk
1818
---
1919
# Guidelines for Azure NetApp Files network planning
@@ -41,7 +41,7 @@ The features below are currently unsupported for Azure NetApp Files:
4141

4242
The following network restrictions apply to Azure NetApp Files:
4343

44-
* The number of IPs in use in a VNet with Azure NetApp Files (including peered VNets) cannot exceed 1000. We are working towards increasing this limit to meet customer scale demands.
44+
* The number of IPs in use in a VNet with Azure NetApp Files (including *immediately* peered VNets) cannot exceed 1000. We are working towards increasing this limit to meet customer scale demands.
4545
* In each Azure Virtual Network (VNet), only one subnet can be delegated to Azure NetApp Files.
4646

4747

@@ -128,4 +128,4 @@ In the topology illustrated above, the on-premises network is connected to a hub
128128

129129
## Next steps
130130

131-
[Delegate a subnet to Azure NetApp Files](azure-netapp-files-delegate-subnet.md)
131+
[Delegate a subnet to Azure NetApp Files](azure-netapp-files-delegate-subnet.md)

0 commit comments

Comments
 (0)