Skip to content

Commit 1670176

Browse files
authored
Merge pull request #301422 from MicrosoftDocs/main
Publish to live, Tuesday 4 AM PST, 6/17
2 parents 427d812 + c5d1dc4 commit 1670176

16 files changed

+57
-14
lines changed

articles/azure-netapp-files/faq-integration.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.service: azure-netapp-files
55
ms.topic: concept-article
66
author: b-hchen
77
ms.author: anfdocs
8-
ms.date: 02/13/2025
8+
ms.date: 06/13/2025
99
ms.custom:
1010
- build-2025
1111
---
@@ -29,6 +29,10 @@ For information on Unicode character support, see [Understand volume languages](
2929

3030
No, [Azure Databricks](/azure/databricks/) does not support mounting any NFS volumes including Azure NetApp Files NFS volumes. Contact the Azure Databricks team for more details.
3131

32+
## Can I use MuleSoft's Azure Storage connector with Azure NetApp Files SMB volumes?
33+
34+
Yes, it is possible to use an Azure NetApp Files SMB volume using MuleSoft's Azure Storage Connector. [View considerations when using MuleSoft with Azure NetApp Files](faq-smb.md#does-azure-netapp-files-have-an-smb-credits-limit)
35+
3236

3337
## Next steps
3438

articles/azure-netapp-files/faq-smb.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.service: azure-netapp-files
55
ms.topic: concept-article
66
author: b-hchen
77
ms.author: anfdocs
8-
ms.date: 01/29/2025
8+
ms.date: 06/13/2025
99
---
1010
# SMB FAQs for Azure NetApp Files
1111

@@ -23,6 +23,10 @@ Windows Server 2025 currently doesn't work with the Azure NetApp Files SMB proto
2323

2424
Azure NetApp Files supports 'manual' offline files, allowing users on Windows clients to manually select files to be cached locally.
2525

26+
## Does Azure NetApp Files have an SMB Credits limit?
27+
28+
By default, Windows and Azure NetApp Files have an SMB credit limit of 512. If the limit is reached, limit batch processing or submit a [feature request]( https://forms.office.com/pages/responsepage.aspx?id=v4j5cvGGr0GRqy180BHbR2Qj2eZL0mZPv1iKUrDGvc9UQzBVVFNCUUhEQVVSMDBFTjZFQlpFRjNUUSQlQCN0PWcu&route=shorturl).
29+
2630
## Is an Active Directory connection required for SMB access?
2731

2832
Yes, you must create an Active Directory connection before deploying an SMB volume. The specified Domain Controllers must be accessible by the delegated subnet of Azure NetApp Files for a successful connection. See [Create an SMB volume](./azure-netapp-files-create-volumes-smb.md) for details.

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: How to move Azure Backup Recovery Services vaults
33
description: Instructions on how to move a Recovery Services vault across Azure subscriptions and resource groups.
44
ms.topic: how-to
5-
ms.date: 11/30/2024
5+
ms.date: 06/17/2025
66
ms.custom: references_regions, engagement-fy24
77
ms.reviewer: caishwarya
88
ms.service: azure-backup
@@ -276,6 +276,9 @@ If you need to keep the current protected data in the old vault and continue the
276276
- You'll be able to restore the VM, if needed, from the old vault.
277277
- The first backup on the new vault of the VM in the new resource will be an initial replica.
278278

279+
>[!Note]
280+
>With the Enhanced soft delete capabilities, you can move a VM backup to a new Recovery Services vault while retaining the existing data, without the need to move the VM to a new resource group.
281+
279282
## Next steps
280283

281284
You can move many different types of resources between resource groups and subscriptions.

articles/backup/backup-azure-sql-database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This solution leverages the SQL native APIs to take backups of your SQL database
2525
* This extension consists of a coordinator and a SQL plugin. While the coordinator is responsible for triggering workflows for various operations like configure backup, backup and restore, the plugin is responsible for actual data flow.
2626
* To be able to discover databases on this VM, Azure Backup creates the account `NT SERVICE\AzureWLBackupPluginSvc`. This account is used for backup and restore and requires SQL sysadmin permissions. The `NT SERVICE\AzureWLBackupPluginSvc` account is a [Virtual Service Account](/windows/security/identity-protection/access-control/service-accounts#virtual-accounts), and so doesn't require any password management. Azure Backup uses the `NT AUTHORITY\SYSTEM` account for database discovery/inquiry, so this account needs to be a public login on SQL. If you didn't create the SQL Server VM from Azure Marketplace, you might receive an error **UserErrorSQLNoSysadminMembership**. If this occurs [follow these instructions](#set-vm-permissions).
2727
* Once you trigger configure protection on the selected databases, the backup service sets up the coordinator with the backup schedules and other policy details, which the extension caches locally on the VM.
28-
* At the scheduled time, the coordinator communicates with the plugin and it starts streaming the backup data from the SQL server using VDI.
28+
* At the scheduled time, the coordinator communicates with the plugin and it starts streaming the backup data from the SQL server using VDI(Virtual Device Interface).
2929
* The plugin sends the data directly to the Recovery Services vault, thus eliminating the need for a staging location. The data is encrypted and stored by the Azure Backup service in storage accounts.
3030
* When the data transfer is complete, coordinator confirms the commit with the backup service.
3131

articles/backup/quick-backup-postgresql-flexible-server-bicep.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.custom:
66
- ignite-2024
77
- build-2025
88
ms.topic: quickstart
9-
ms.date: 02/18/2025
9+
ms.date: 06/17/2025
1010
ms.service: azure-backup
1111
author: jyothisuri
1212
ms.author: jsuri
@@ -143,7 +143,7 @@ resource roleAssignmentReader 'Microsoft.Authorization/roleAssignments@2022-04-0
143143
name: guid(backupVault.id, 'Reader')
144144
properties: {
145145
principalId: backupVault.identity.principalId
146-
roleDefinitionId: subscriptionResourceId('Microsoft.Authorization/roleDefinitions', 'aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e') // Role definition ID for 'Reader'
146+
roleDefinitionId: subscriptionResourceId('Microsoft.Authorization/roleDefinitions', '00aa00aa-bb11-cc22-dd33-44ee44ee44ee') // Role definition ID for 'Reader'
147147
scope: targetResourceGroup.id
148148
}
149149
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.author: jsuri
1212

1313
SAP HANA databases are mission critical workloads that require a low recovery point objective (RPO) and a fast recovery time objective (RTO). You can now [back up SAP HANA databases that are running on Azure virtual machines (VMs)](./tutorial-backup-sap-hana-db.md) by using [Azure Backup](./backup-overview.md).
1414

15-
Azure Backup is [Backint certified](https://www.sap.com/dmc/exp/2013_09_adpd/enEN/#/solutions?id=s:e062231e-9fb7-4ea8-b7d2-e6fe448c592d) by SAP, to provide native backup support by taking advantage of the SAP HANA native APIs. This offering from Azure Backup aligns with the Azure Backup mantra of *zero-infrastructure backups*, which eliminate the need to deploy and manage the backup infrastructure. You can now seamlessly back up and restore SAP HANA databases that are running on Azure VMs ([M series VMs](/azure/virtual-machines/m-series) are also supported now!) and apply the enterprise management capabilities that Azure Backup provides.
15+
Azure Backup is [Backint certified](https://help.sap.com/docs/SUPPORT_CONTENT/saphana/3361896016.html) by SAP, to provide native backup support by taking advantage of the SAP HANA native APIs. This offering from Azure Backup aligns with the Azure Backup mantra of *zero-infrastructure backups*, which eliminate the need to deploy and manage the backup infrastructure. You can now seamlessly back up and restore SAP HANA databases that are running on Azure VMs ([M series VMs](/azure/virtual-machines/m-series) are also supported now!) and apply the enterprise management capabilities that Azure Backup provides.
1616

1717
## Added value
1818

articles/data-factory/connector-release-stages-and-timelines.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: azure-data-factory
77
ms.subservice: data-movement
88
ms.topic: concept-article
99
ms.custom: references_regions
10-
ms.date: 05/28/2025
10+
ms.date: 06/17/2025
1111
---
1212

1313
# Connector release stages and timelines
@@ -28,6 +28,12 @@ For comprehensive details on support levels and recommended usage at each stage,
2828
| [Azure Database for MariaDB](connector-azure-database-for-mariadb.md) | / | End of support | December 31, 2024 | December 31, 2024 |
2929
| [Azure Database for PostgreSQL](connector-azure-database-for-postgresql.md) | version 2.0 | GA | / | / |
3030
| | version 1.0 | GA | To be determined | / |
31+
| [Azure SQL Database](connector-azure-sql-database.md) | version 2.0 | GA | / | / |
32+
| | version 1.0 | GA | To be determined |/ |
33+
| [Azure SQL Managed Instance](connector-azure-sql-managed-instance.md) | version 2.0 | GA | / | / |
34+
| | version 1.0 | GA | To be determined | / |
35+
| [Azure Synapse Analytics](connector-azure-sql-data-warehouse.md) | version 2.0 | GA | / | / |
36+
| | version 1.0 | GA | To be determined | / |
3137
| [Cassandra](connector-cassandra.md) | version 2.0 | GA | / | / |
3238
| | version 1.0 | End of support announced | July 31, 2025 | September 30, 2025 |
3339
| [Concur (Preview)](connector-concur.md) | / | End of support | December 31, 2024 | December 31, 2024 |
@@ -69,6 +75,8 @@ For comprehensive details on support levels and recommended usage at each stage,
6975
| [Snowflake V1](connector-snowflake-legacy.md) | / | End of support announced | June 30, 2025 | September 30, 2025 |
7076
| [Spark](connector-spark.md) | version 2.0 | GA | / | / |
7177
| | version 1.0 | End of support announced |September 30, 2025 | October 31, 2025 |
78+
| [SQL Server](connector-sql-server.md) | version 2.0 | GA | / | / |
79+
| | version 1.0 | GA | To be determined | / |
7280
| [Teradata](connector-teradata.md) | version 2.0 | GA | / | / |
7381
| | version 1.0 | End of support announced | September 30, 2025 | October 31, 2025 |
7482
| [Vertica](connector-vertica.md) | version 2.0 | GA | / | / |

articles/migrate/create-web-app-assessment.md

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to create assessment for web apps in Azure Migrate
44
author: ankitsurkar06
55
ms.author: ankitsurkar
66
ms.topic: tutorial
7-
ms.date: 05/08/2025
7+
ms.date: 06/16/2025
88
ms.service: azure-migrate
99
ms.custom: engagement-fy24
1010
monikerRange: migrate
@@ -13,7 +13,7 @@ monikerRange: migrate
1313

1414
This article describes how to create a web app assessment for modernization to [Azure Kubernetes Service (AKS)](/azure/aks/intro-kubernetes) or Azure App Service using Azure Migrate. Creating an assessment for your web apps provides the recommended targets for them and key insights such as app-readiness, target right-sizing, and cost to host, and run these apps month over month.
1515

16-
In this article, you learn how to:
16+
In this article, you'll learn how to:
1717

1818
- Set up your Azure Migrate environment to assess web apps.
1919
- Choose a set of related web applications discovered using the Azure Migrate appliance.
@@ -30,13 +30,27 @@ In this article, you learn how to:
3030

3131
To create an assessment, follow these steps.
3232

33-
1. On the Azure Migrate project **Overview** page, under **Decide and Plan**, select **Assessments**.
33+
1. On the Azure Migrate project **Overview** page, under **Decide and Plan**, select **Assessments**.
34+
35+
:::image type="content" source="./media/create-web-app-assessment/create-workload-assessment.png" alt-text="Screenshot shows how to create web app assessment." lightbox="./media/create-web-app-assessment/create-workload-assessment.png" :::
36+
3437
1. Select **Create assessment**.
38+
39+
:::image type="content" source="./media/create-web-app-assessment/select-create-assessment.png" alt-text="Screenshot shows how to select and create assessment." lightbox="./media/create-web-app-assessment/select-create-assessment.png" :::
40+
3541
1. Provide a suitable name for the assessment and select **Add workloads**.
42+
43+
:::image type="content" source="./media/create-web-app-assessment/add-workloads.png" alt-text="Screenshot shows how to add workloads." lightbox="./media/create-web-app-assessment/add-workloads.png" :::
44+
3645
1. Using the filters, select **web apps**, and select **Add**.
46+
47+
:::image type="content" source="./media/create-web-app-assessment/add-workloads-using-filters.png" alt-text="Screenshot shows how to use filters and add workloads." lightbox="./media/create-web-app-assessment/add-workloads-using-filters.png" :::
48+
3749
1. Review the selected workloads and select **Next**.
50+
51+
:::image type="content" source="./media/create-web-app-assessment/review-selected-workload.png" alt-text="Screenshot shows how to review selected workloads." lightbox="./media/create-web-app-assessment/review-selected-workload.png" :::
3852
1. On the **General settings** tab, modify the assessment settings that are applicable across all Azure targets.
39-
53+
4054
| **Setting** | **Possible Values** | **Description** |
4155
|----------|-------|---|
4256
| Default target location | All locations supported by Azure targets | Used to generate regional cost for Azure targets. |
@@ -50,6 +64,8 @@ To create an assessment, follow these steps.
5064

5165
1. On the **Advanced settings** tab, select **Edit defaults** to choose the preferred Azure targets and target-specific settings.
5266

67+
:::image type="content" source="./media/create-web-app-assessment/edit-defaults.png" alt-text="Screenshot shows how to edit defaults to choose the preferred target." lightbox="./media/create-web-app-assessment/edit-defaults.png" :::
68+
5369
**AKS Settings**
5470

5571
| **Setting** | **Possible Values** | **Description** |
@@ -66,7 +82,9 @@ To create an assessment, follow these steps.
6682
| Isolation required | No <br> Yes | The Isolated plan allows you to run your apps in a private, dedicated environment in an Azure datacenter using Dv2-series VMs with faster processors, SSD storage, and double the memory-to-core ratio compared to Standard.|
6783

6884
1. Review and create the assessment.
69-
85+
86+
:::image type="content" source="./media/create-web-app-assessment/review-and-create.png" alt-text="Screenshot shows how to review and create the assessment." lightbox="./media/create-web-app-assessment/review-and-create.png" :::
87+
7088
## Next steps
7189

7290
- Understand the [assessment insights](https://microsoftapc.sharepoint.com/:w:/t/AzureCoreIDC/EQ8jF5QuAeJDqoYwJ8Y_k1IBOH8E2zjyGIChYANVLUxRdw?e=WIsw26) to make data-driven decisions for web app modernization.
177 KB
Loading
115 KB
Loading

0 commit comments

Comments
 (0)