Skip to content

Commit 2a273b4

Browse files
Merge pull request #304113 from MicrosoftDocs/main
Auto Publish – main to live - 2025-08-12 11:00 UTC
2 parents 21f76a5 + b3b9143 commit 2a273b4

File tree

4 files changed

+35
-19
lines changed

4 files changed

+35
-19
lines changed

articles/automation/whats-new.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Significant updates to Azure Automation updated each month.
44
services: automation
55
ms.subservice:
66
ms.topic: overview
7-
ms.date: 06/27/2025
7+
ms.date: 08/12/2025
88
ms.custom: references_regions
99
ms.author: v-jasmineme
1010
author: jasminemehndir
@@ -23,6 +23,12 @@ Azure Automation receives improvements on an ongoing basis. To stay up to date w
2323

2424
This page is updated monthly, so revisit it regularly. If you're looking for items older than six months, you can find them in [Archive for What's new in Azure Automation](whats-new-archive.md).
2525

26+
## August 2025
27+
28+
### Deployment resumption: Azure Automation revised Service and Subscription limits
29+
30+
After a brief hiatus, Azure Automation is resuming deployments of the revised Service and Subscription limits from August 11, 2025. This update will ensure fair distribution of cloud resources across all customers and further improve reliability and performance of the service. Since the resource requirements vary across organizations and evolve over time, we are empowering customers to configure their quotas based on actual usage. You can find the complete list of Azure Automation limits [here](automation-subscription-limits-faq.md). You can check the current usage and limits for Automation accounts and concurrently running jobs and request for changes by creating a support request under the category Service and Subscription limits (Quotas) -> Azure Automation. [Learn more](automation-limits-quotas.md).
31+
2632
## June 2025
2733

2834
### General Availability: Azure Automation supports PowerShell 7.4 and Python 3.10 runbooks

articles/backup/azure-kubernetes-service-cluster-backup-concept.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.topic: overview
55
ms.service: azure-backup
66
ms.custom:
77
- ignite-2023
8-
ms.date: 01/30/2025
8+
ms.date: 08/12/2025
99
author: AbhishekMallick-MS
1010
ms.author: v-mallicka
1111
# Customer intent: As a cloud administrator, I want to understand the prerequisites for backing up Azure Kubernetes Service clusters, so that I can successfully implement backup and restore operations using Azure Backup and ensure data protection for my containerized workloads.
@@ -36,7 +36,16 @@ Azure Backup now allows you to back up AKS clusters (cluster resources and persi
3636
>[!Note]
3737
>Both of these core components are deployed with aggressive hard limits on CPU and memory, with CPU *less than 0.5% of a core* and memory limit ranging from *50-200 MB*. So, the *COGS impact* of these components is very low. Because they are core platform components, there is no workaround available to remove them once installed in the cluster.
3838
39-
- If Storage Account, to be provided as input for Extension installation, is under Virtual Network/Firewall, then BackupVault needs to be added as trusted access in Storage Account Network Settings. [Learn how to grant access to trusted Azure service](../storage/common/storage-network-security.md?tabs=azure-portal#grant-access-to-trusted-azure-services), which helps to store backups in the Vault datastore
39+
- If the storage account you provide as an input for the extension installation uses any network restrictions (private endpoints or the Azure Storage firewall), then grant the backup vault specific access to the storage account by following these steps:
40+
41+
1. [Grant access to a resource instance](../storage/common/storage-network-security-resource-instances.md). Use these settings:
42+
43+
- **Resource type**: `Microsoft.DataProtection/BackupVaults`
44+
- **Instance name**: Instance name of managed identity.
45+
46+
1. Enable *Allow Azure services on the trusted service list to access this storage account.*
47+
48+
For more information about Azure Storage network security, see [Azure Storage firewall rules](../storage/common/storage-network-security.md).
4049

4150
- The blob container provided in input during extension installation should not contain any files unrelated to backup.
4251

@@ -77,7 +86,7 @@ To enable backup for an AKS cluster, see the following prerequisites: .
7786

7887
- If you have any previous installation of *Velero* in the AKS cluster, you need to delete it before installing Backup Extension.
7988

80-
[!NOTE]
89+
>[!NOTE]
8190
>
8291
>The Velero CRDs installed in the cluster are shared between AKS Backup and the customer’s own Velero installation. However, the versions used by each installation may differ, potentially leading to failures due to contractmismatches.
8392
>

articles/batch/batch-role-based-access-control.md

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Role-based access control for Azure Batch service
33
description: Learn how to use Azure role-based access control for managing individual access to Azure Batch account.
44
ms.topic: how-to
5-
ms.date: 04/02/2025
5+
ms.date: 08/07/2025
66
# Customer intent: As a cloud administrator, I want to manage role-based access to the Azure Batch service, so that I can control user permissions and ensure secure and efficient operation of batch processing tasks.
77
---
88

@@ -74,11 +74,11 @@ Grants full access to manage all Batch resources, including Batch accounts, pool
7474
> | [Microsoft.Insights](/azure/role-based-access-control/permissions/monitor#microsoftinsights)/alertRules/* | Create and manage a classic metric alert. |
7575
> | [Microsoft.Resources](/azure/role-based-access-control/permissions/management-and-governance#microsoftresources)/deployments/* | Create and manage a deployment. |
7676
> | [Microsoft.Resources](/azure/role-based-access-control/permissions/management-and-governance#microsoftresources)/subscriptions/resourceGroups/read | Gets or lists resource groups. |
77-
> | [Microsoft.Batch](/azure/role-based-access-control/permissions/compute#microsoftbatch)/batchAccounts/* | |
77+
> | [Microsoft.Batch](/azure/role-based-access-control/permissions/compute#microsoftbatch)/* | |
7878
> | **NotActions** | |
7979
> | *none* | |
8080
> | **DataActions** | |
81-
> | [Microsoft.Batch](/azure/role-based-access-control/permissions/compute#microsoftbatch)/batchAccounts/* | |
81+
> | [Microsoft.Batch](/azure/role-based-access-control/permissions/compute#microsoftbatch)/* | |
8282
> | **NotDataActions** | |
8383
> | *none* | |
8484
@@ -93,13 +93,13 @@ Grants full access to manage all Batch resources, including Batch accounts, pool
9393
{
9494
"actions": [
9595
"Microsoft.Authorization/*/read",
96-
"Microsoft.Batch/batchAccounts/*",
96+
"Microsoft.Batch/*",
9797
"Microsoft.Insights/alertRules/*",
9898
"Microsoft.Resources/deployments/*",
9999
"Microsoft.Resources/subscriptions/resourceGroups/read"
100100
],
101101
"dataActions": [
102-
"Microsoft.Batch/batchAccounts/*"
102+
"Microsoft.Batch/*"
103103
],
104104
"notActions": [],
105105
"notDataActions": []
@@ -117,8 +117,7 @@ Lets you view all resources including pools and jobs in the Batch account.
117117

118118
> | Actions | Description |
119119
> | --- | --- |
120-
> | [Microsoft.Batch](/azure/role-based-access-control/permissions/compute#microsoftbatch)/batchAccounts/read | Lists Batch accounts or gets the properties of a Batch account. |
121-
> | [Microsoft.Batch](/azure/role-based-access-control/permissions/compute#microsoftbatch)/batchAccounts/*/read | View all resources in Batch account. |
120+
> | [Microsoft.Batch](/azure/role-based-access-control/permissions/compute#microsoftbatch)/*/read | View all resources in Batch account. |
122121
> | [Microsoft.Resources](/azure/role-based-access-control/permissions/management-and-governance#microsoftresources)/subscriptions/resourceGroups/read | Gets or lists resource groups. |
123122
> | **NotActions** | |
124123
> | *none* | |
@@ -137,12 +136,11 @@ Lets you view all resources including pools and jobs in the Batch account.
137136
"permissions": [
138137
{
139138
"actions": [
140-
"Microsoft.Batch/batchAccounts/read",
141-
"Microsoft.Batch/batchAccounts/*/read",
139+
"Microsoft.Batch/*/read",
142140
"Microsoft.Resources/subscriptions/resourceGroups/read"
143141
],
144142
"dataActions": [
145-
"Microsoft.Batch/batchAccounts/*/read"
143+
"Microsoft.Batch/*/read"
146144
],
147145
"notActions": [],
148146
"notDataActions": []
@@ -163,8 +161,8 @@ Grants permissions to manage Batch pools and jobs but not to modify accounts.
163161
> | [Microsoft.Authorization](/azure/role-based-access-control/permissions/management-and-governance#microsoftauthorization)/*/read | Read roles and role assignments. |
164162
> | [Microsoft.Batch](/azure/role-based-access-control/permissions/compute#microsoftbatch)/batchAccounts/read | Lists Batch accounts or gets the properties of a Batch account. |
165163
> | [Microsoft.Batch](/azure/role-based-access-control/permissions/compute#microsoftbatch)/batchAccounts/applications/* | Create and manage applications and application packages on a Batch account. |
166-
> | [Microsoft.Batch](/azure/role-based-access-control/permissions/compute#microsoftbatch)/batchAccounts/certificates/* | Create and manage certificates on a Batch account. |
167-
> | [Microsoft.Batch](/azure/role-based-access-control/permissions/compute#microsoftbatch)/batchAccounts/certificateOperationResults/* | Gets the results of a long running certificate operation on a Batch account. |
164+
> | [Microsoft.Batch](/azure/role-based-access-control/permissions/compute#microsoftbatch)/batchAccounts/certificates/* | Create and manage certificates on a Batch account. (Warning: [Certificate feature was retired](./batch-certificate-migration-guide.md#feature-end-of-support)) |
165+
> | [Microsoft.Batch](/azure/role-based-access-control/permissions/compute#microsoftbatch)/batchAccounts/certificateOperationResults/* | Gets the results of a long running certificate operation on a Batch account. (Warning: [Certificate feature was retired](./batch-certificate-migration-guide.md#feature-end-of-support)) |
168166
> | [Microsoft.Batch](/azure/role-based-access-control/permissions/compute#microsoftbatch)/pools/* | Create and manage pools on a Batch account. |
169167
> | [Microsoft.Batch](/azure/role-based-access-control/permissions/compute#microsoftbatch)/poolOperationResults/* | Gets the results of a long running pool operation on a Batch account. |
170168
> | [Microsoft.Batch](/azure/role-based-access-control/permissions/compute#microsoftbatch)/locations/*/read | Get Batch account operation result/Batch quota/supported VM size at the given location. |
@@ -278,8 +276,8 @@ If Azure Batch built-in roles don't meet your needs, [Azure custom roles](../rol
278276
- Microsoft.Batch/batchAccounts/jobs/delete
279277
- Microsoft.Batch/batchAccounts/jobs/read
280278
- Microsoft.Batch/batchAccounts/certificates/write
281-
- Microsoft.Batch/batchAccounts/certificates/delete
282-
- Microsoft.Batch/batchAccounts/certificates/read
279+
- Microsoft.Batch/batchAccounts/certificates/delete (Warning: [Certificate feature was retired](./batch-certificate-migration-guide.md#feature-end-of-support))
280+
- Microsoft.Batch/batchAccounts/certificates/read (Warning: [Certificate feature was retired](./batch-certificate-migration-guide.md#feature-end-of-support))
283281
- Microsoft.Batch/batchAccounts/applications/write
284282
- Microsoft.Batch/batchAccounts/applications/delete
285283
- Microsoft.Batch/batchAccounts/applications/read

articles/sap/automation/integration-sap-cloud-application-library.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to integrate SAP Cloud Appliance Library with SAP Deploym
44
author: nnoaman
55
ms.author: nadeennoaman
66
ms.reviewer: kimforss
7-
ms.date: 10/24/2024
7+
ms.date: 08/12/2025
88
ms.topic: how-to
99
ms.service: sap-on-azure
1010
ms.subservice: sap-automation
@@ -14,6 +14,9 @@ ms.subservice: sap-automation
1414

1515
The integration between SAP Deployment Automation Framework (SDAF) and [SAP Cloud Appliance Library (CAL)](https://cal.sap.com/catalog#/solutions) offers a seamless experience for customers who want to deploy infrastructure by using SDAF's guided deployment. You can use Azure Pipelines or the provided shell scripts for deployment.
1616

17+
> [!IMPORTANT]
18+
> The SAP Systems Management API will be deprecated on September 30, 2025, and decommissioned on December 2, 2025. After decommissioning, the SAP Cloud Appliance Library (CAL) integration with the SAP Deployment Automation Framework (SDAF) will no longer be available.
19+
1720
## Introduction to SAP Cloud Appliance Library
1821

1922
[SAP Cloud Appliance Library](https://cal.sap.com/) is a cloud-based solution that simplifies the deployment and management of preconfigured SAP solutions on cloud platforms like Azure. SAP CAL offers a catalog of preconfigured SAP software solutions (for example, S/4 HANA and SAP Business Suite). You can deploy these solutions on your cloud of choice without needing to manually install or configure software.

0 commit comments

Comments
 (0)