Skip to content

Commit b0b0c42

Browse files
authored
Merge pull request #270209 from MicrosoftDocs/main
Release Fabric community conference - Scheduled release at 6AM of 3/26
2 parents 8346d8d + 77a3cff commit b0b0c42

File tree

8 files changed

+49
-14
lines changed

8 files changed

+49
-14
lines changed

articles/aks/azure-cni-overlay.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ Azure CNI Overlay has the following limitations:
9292
- You can't use Application Gateway as an Ingress Controller (AGIC) for an Overlay cluster.
9393
- Virtual Machine Availability Sets (VMAS) aren't supported for Overlay.
9494
- You can't use [DCsv2-series](/azure/virtual-machines/dcv2-series) virtual machines in node pools. To meet Confidential Computing requirements, consider using [DCasv5 or DCadsv5-series confidential VMs](/azure/virtual-machines/dcasv5-dcadsv5-series) instead.
95+
- In case you are using your own subnet to deploy the cluster, the names of the subnet, VNET and resource group which contains the VNET, must be 63 characters or less. This comes from the fact that these names will be used as labels in AKS worker nodes, and are therefore subjected to [Kubernetes label syntax rules](https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#syntax-and-character-set).
9596

9697
## Set up Overlay clusters
9798

articles/backup/backup-azure-private-endpoints-configure-manage.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: How to create and manage private endpoints (with v2 experience) for Azure
33
description: This article explains how to configure and manage private endpoints for Azure Backup.
44
ms.topic: how-to
55
ms.service: backup
6-
ms.date: 07/27/2023
6+
ms.date: 03/26/2024
77
author: AbhishekMallick-MS
88
ms.author: v-abhmallick
99
---
@@ -201,6 +201,16 @@ But if you remove private endpoints for the vault after a MARS agent has been re
201201
> - Private endpoints are supported with only DPM server 2022 and later.
202202
> - Private endpoints are not yet supported with MABS.
203203
204+
#### Cross Subscription Restore to a Private Endpoint enabled vault
205+
206+
To perform Cross Subscription Restore to a Private Endpoint enabled vault:
207+
208+
1. In the *source Recovery Services vault*, go to the **Networking** tab.
209+
2. Go to the **Private access** section and create **Private Endpoints**.
210+
3. Select the *subscription* of the target vault in which you want to restore.
211+
4. In the **Virtual Network** section, select the **VNet** of the target VM that you want to restore across subscription.
212+
5. Create the **Private Endpoint** and trigger the restore process.
213+
204214
## Deleting private endpoints
205215

206216
To delete private endpoints using REST API, see [this section](/rest/api/virtualnetwork/privateendpoints/delete).

articles/backup/backup-azure-recovery-services-vault-overview.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Overview of Recovery Services vaults
33
description: An overview of Recovery Services vaults.
44
ms.topic: conceptual
5-
ms.date: 01/25/2024
5+
ms.date: 03/26/2024
66
ms.service: backup
77
author: AbhishekMallick-MS
88
ms.author: v-abhmallick
@@ -28,6 +28,9 @@ Recovery Services vaults are based on the Azure Resource Manager model of Azure,
2828

2929
- **Cross Region Restore**: Cross Region Restore (CRR) allows you to restore Azure VMs in a secondary region, which is an Azure paired region. By enabling this feature at the [vault level](backup-create-rs-vault.md#set-cross-region-restore), you can restore the replicated data in the secondary region any time, when you choose. This enables you to restore the secondary region data for audit-compliance, and during outage scenarios, without waiting for Azure to declare a disaster (unlike the GRS settings of the vault). [Learn more](backup-azure-arm-restore-vms.md#cross-region-restore).
3030

31+
- **Data isolation**: With Azure Backup, the vaulted backup data is stored in Microsoft-managed Azure subscription and tenant. External users or guests have no direct access to this backup storage or its contents, which ensures the isolation of backup data from the production environment where the data source resides. This robust approach ensures that even in a compromised environment, existing backups can't be tampered or deleted by unauthorized users.
32+
33+
3134
## Storage settings in the Recovery Services vault
3235

3336
A Recovery Services vault is an entity that stores the backups and recovery points created over time. The Recovery Services vault also contains the backup policies that are associated with the protected virtual machines.

articles/backup/sap-hana-database-restore.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Restore SAP HANA databases on Azure VMs
33
description: In this article, you'll learn how to restore SAP HANA databases that are running on Azure virtual machines. You can also use Cross Region Restore to restore your databases to a secondary region.
44
ms.topic: how-to
5-
ms.date: 01/24/2024
5+
ms.date: 03/26/2024
66
ms.service: backup
77
author: AbhishekMallick-MS
88
ms.author: v-abhmallick
@@ -368,6 +368,16 @@ With Cross Subscription Restore (CSR), you have the flexibility of restoring to
368368
>- CSR is supported only for streaming/Backint-based backups and is not supported for snapshot-based backup.
369369
>- Cross Regional Restore (CRR) with CSR is not supported.
370370

371+
**Cross Subscription Restore to a Private Endpoint enabled vault**
372+
373+
To perform Cross Subscription Restore to a Private Endpoint enabled vault:
374+
375+
1. In the *source Recovery Services vault*, go to the **Networking** tab.
376+
2. Go to the **Private access** section and create **Private Endpoints**.
377+
3. Select the *subscription* of the target vault in which you want to restore.
378+
4. In the **Virtual Network** section, select the **VNet** of the target VM that you want to restore across subscription.
379+
5. Create the **Private Endpoint** and trigger the restore process.
380+
371381
**Azure RBAC requirements**
372382

373383
| Operation type | Backup operator | Recovery Services vault | Alternate operator |
@@ -404,6 +414,7 @@ Add the parameter `--target-subscription-id` that enables you to provide the tar
404414
405415
```
406416

417+
407418
## Next steps
408419

409420
- [Manage SAP HANA databases by using Azure Backup](sap-hana-db-manage.md)

articles/cosmos-db/nosql/TOC.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@
7373
- name: Connect using Spark
7474
href: tutorial-spark-connector.md
7575
displayName: Python, Scala, Spark, Java, Databricks
76+
- name: Mirror database to Microsoft Fabric
77+
displayName: Mirroring, Warehouse, Lighthouse, Fabric
78+
href: /fabric/database/mirrored-database/azure-cosmos-db-tutorial?toc=/azure/cosmos-db/toc.json&bc=/azure/cosmos-db/breadcrumb/toc.json
7679
- name: Samples
7780
items:
7881
- name: Solution accelerators

articles/cosmos-db/nosql/index.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,16 @@ landingContent:
5656
url: how-to-dotnet-get-started.md
5757
- text: Develop Python applications
5858
url: how-to-python-get-started.md
59+
- title: Integrate
60+
linkLists:
61+
- linkListType: tutorial
62+
links:
63+
- text: Deploy app on Azure Kubernetes Service (AKS) cluster using Bicep
64+
url: tutorial-deploy-app-bicep-aks.md
65+
- text: Connect using Apache Spark
66+
url: tutorial-spark-connector.md
67+
- text: Mirror database to Microsoft Fabric
68+
url: /fabric/database/mirrored-database/azure-cosmos-db-tutorial?toc=/azure/cosmos-db/toc.json&bc=/azure/cosmos-db/breadcrumb/toc.json
5969
- title: Query items from a container
6070
linkLists:
6171
- linkListType: concept

articles/defender-for-iot/organizations/integrate-overview.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Integrate with partner services | Microsoft Defender for IoT
33
description: Learn about supported integrations across your organization's security stack with Microsoft Defender for IoT.
4-
ms.date: 03/24/2024
4+
ms.date: 09/06/2023
55
ms.topic: overview
66
ms.custom: enterprise-iot
77
---
@@ -101,10 +101,9 @@ Integrate Microsoft Defender for IoT with partner services to view data from acr
101101

102102
|Name |Description |Support scope |Supported by |Learn more |
103103
|---------|---------|---------|---------|---------|
104-
| **Vulnerability Response Integration with Microsoft Azure Defender for IoT** | View Defender for IoT device vulnerabilities in ServiceNow. | - Supports the Central Manager <br>- Locally managed sensors and on-premises management consoles | ServiceNow | [ServiceNow store](https://store.servicenow.com/sn_appstore_store.do#!/store/application/463a7907c3313010985a1b2d3640dd7e/1.0.1?referer=%2Fstore%2Fsearch%3Flistingtype%3Dallintegrations%25253Bancillary_app%25253Bcertified_apps%25253Bcontent%25253Bindustry_solution%25253Boem%25253Butility%25253Btemplate%26q%3Ddefender%2520for%2520iot&sl=sh) |
105-
| **Service Graph Connector Integration with Microsoft Azure Defender for IoT** | View Defender for IoT device detections, sensors, and network connections in ServiceNow. | - Supports the Azure based sensor<br>- Locally managed sensors and on-premises management consoles | ServiceNow | [ServiceNow store](https://store.servicenow.com/sn_appstore_store.do#!/store/application/ddd4bf1b53f130104b5cddeeff7b1229/1.0.0?referer=%2Fstore%2Fsearch%3Flistingtype%3Dallintegrations%25253Bancillary_app%25253Bcertified_apps%25253Bcontent%25253Bindustry_solution%25253Boem%25253Butility%25253Btemplate%26q%3Ddefender%2520for%2520iot&sl=sh) |
106-
| **Service Graph Connector for Microsoft Defender for IoT (On-premises Management Console)** | View Defender for IoT device detections, sensors, and network connections in ServiceNow. | - Supports the On Premises sensor <br>- Locally managed sensors and on-premises management consoles | ServiceNow | [ServiceNow store](https://store.servicenow.com/sn_appstore_store.do#!/store/application/ddd4bf1b53f130104b5cddeeff7b1229/1.0.0?referer=%2Fstore%2Fsearch%3Flistingtype%3Dallintegrations%25253Bancillary_app%25253Bcertified_apps%25253Bcontent%25253Bindustry_solution%25253Boem%25253Butility%25253Btemplate%26q%3Ddefender%2520for%2520iot&sl=sh) |
107-
| **Microsoft Defender for IoT** (Legacy) | View Defender for IoT device detections and alerts in ServiceNow. | - Supports the Legacy version <br>- Locally managed sensors and on-premises management consoles | Microsoft | [ServiceNow store](https://store.servicenow.com/sn_appstore_store.do#!/store/application/6dca6137dbba13406f7deeb5ca961906/3.1.5?referer=%2Fstore%2Fsearch%3Flistingtype%3Dallintegrations%25253Bancillary_app%25253Bcertified_apps%25253Bcontent%25253Bindustry_solution%25253Boem%25253Butility%25253Btemplate%26q%3Ddefender%2520for%2520iot&sl=sh)<br><br>[Integrate ServiceNow with Microsoft Defender for IoT](tutorial-servicenow.md) |
104+
| **Vulnerability Response Integration with Microsoft Azure Defender for IoT** | View Defender for IoT device vulnerabilities in ServiceNow. | - OT networks<br>- Locally managed sensors and on-premises management consoles | ServiceNow | [ServiceNow store](https://store.servicenow.com/sn_appstore_store.do#!/store/application/463a7907c3313010985a1b2d3640dd7e/1.0.1?referer=%2Fstore%2Fsearch%3Flistingtype%3Dallintegrations%25253Bancillary_app%25253Bcertified_apps%25253Bcontent%25253Bindustry_solution%25253Boem%25253Butility%25253Btemplate%26q%3Ddefender%2520for%2520iot&sl=sh) |
105+
| **Service Graph Connector Integration with Microsoft Azure Defender for IoT** | View Defender for IoT device detections, sensors, and network connections in ServiceNow. | - OT networks<br>- Locally managed sensors and on-premises management consoles | ServiceNow | [ServiceNow store](https://store.servicenow.com/sn_appstore_store.do#!/store/application/ddd4bf1b53f130104b5cddeeff7b1229/1.0.0?referer=%2Fstore%2Fsearch%3Flistingtype%3Dallintegrations%25253Bancillary_app%25253Bcertified_apps%25253Bcontent%25253Bindustry_solution%25253Boem%25253Butility%25253Btemplate%26q%3Ddefender%2520for%2520iot&sl=sh) |
106+
| **Microsoft Defender for IoT** (Legacy) | View Defender for IoT device detections and alerts in ServiceNow. | - OT networks<br>- Locally managed sensors and on-premises management consoles | Microsoft | [ServiceNow store](https://store.servicenow.com/sn_appstore_store.do#!/store/application/6dca6137dbba13406f7deeb5ca961906/3.1.5?referer=%2Fstore%2Fsearch%3Flistingtype%3Dallintegrations%25253Bancillary_app%25253Bcertified_apps%25253Bcontent%25253Bindustry_solution%25253Boem%25253Butility%25253Btemplate%26q%3Ddefender%2520for%2520iot&sl=sh)<br><br>[Integrate ServiceNow with Microsoft Defender for IoT](tutorial-servicenow.md) |
108107

109108
## Skybox
110109

articles/defender-for-iot/organizations/tutorial-servicenow.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
title: Integrate ServiceNow with Microsoft Defender for IoT
33
description: In this tutorial, learn how to integrate ServiceNow with Microsoft Defender for IoT.
44
ms.topic: how-to
5-
ms.date: 03/24/2024
5+
ms.date: 08/11/2022
66
---
77

88
# Integrate ServiceNow with Microsoft Defender for IoT
99

10-
The Defender for IoT integration with ServiceNow provides an extra level of centralized visibility, monitoring, and control for the IoT and OT landscape. These bridged platforms enable automated device visibility and threat management to previously unreachable ICS & IoT devices.
10+
The Defender for IoT integration with ServiceNow provides a extra level of centralized visibility, monitoring, and control for the IoT and OT landscape. These bridged platforms enable automated device visibility and threat management to previously unreachable ICS & IoT devices.
1111

1212
The [Operational Technology Manager](https://store.servicenow.com/sn_appstore_store.do#!/store/application/31eed0f72337201039e2cb0a56bf65ef/1.1.2?referer=%2Fstore%2Fsearch%3Flistingtype%3Dallintegrations%25253Bancillary_app%25253Bcertified_apps%25253Bcontent%25253Bindustry_solution%25253Boem%25253Butility%25253Btemplate%26q%3Doperational%2520technology%2520manager&sl=sh) integration is available from the ServiceNow store, which streamlines Microsoft Defender for IoT sensor appliances, OT assets, network connections, and vulnerabilities to ServiceNow’s Operational Technology (OT) data model.
1313

@@ -17,11 +17,9 @@ Once you have the Operational Technology Manager application, two integrations a
1717

1818
### Service Graph Connector (SGC)
1919

20-
Import Microsoft Defender for IoT sensors with more attributes, including connection details and Purdue model zones, into the Network Intrusion Detection Systems (NIDS) class. Provide visibility into your OT network status and manage it within the ServiceNow application.
20+
Import Microsoft Defender for IoT sensors with additional attributes, including connection details and Purdue model zones, into the Network Intrusion Detection Systems (NIDS) class. Provide visibility into your OT network status and manage it within the ServiceNow application.
2121

22-
For more information about the On-premises Management Console option, see the [Service Graph Connector (SGC) for Microsoft Defender for IoT (On-premises Management Console)](https://store.servicenow.com/sn_appstore_store.do#!/store/application/ddd4bf1b53f130104b5cddeeff7b1229) information on the ServiceNow store.
23-
24-
For more information about the Azure Defender for IoT option, see the [Service Graph Connector (SGC) Integration with Microsoft Azure Defender for IoT](https://store.servicenow.com/sn_appstore_store.do#!/store/application/ddd4bf1b53f130104b5cddeeff7b1229) information on the ServiceNow store.
22+
For more information, please see the [Service Graph Connector (SGC)](https://store.servicenow.com/sn_appstore_store.do#!/store/application/ddd4bf1b53f130104b5cddeeff7b1229) information on the ServiceNow store.
2523

2624
### Vulnerability Response (VR)
2725

0 commit comments

Comments
 (0)