You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/automation/whats-new.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Significant updates to Azure Automation updated each month.
4
4
services: automation
5
5
ms.subservice:
6
6
ms.topic: overview
7
-
ms.date: 06/27/2025
7
+
ms.date: 08/12/2025
8
8
ms.custom: references_regions
9
9
ms.author: v-jasmineme
10
10
author: jasminemehndir
@@ -23,6 +23,12 @@ Azure Automation receives improvements on an ongoing basis. To stay up to date w
23
23
24
24
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).
25
25
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
+
26
32
## June 2025
27
33
28
34
### General Availability: Azure Automation supports PowerShell 7.4 and Python 3.10 runbooks
Copy file name to clipboardExpand all lines: articles/backup/azure-kubernetes-service-cluster-backup-concept.md
+12-3Lines changed: 12 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ ms.topic: overview
5
5
ms.service: azure-backup
6
6
ms.custom:
7
7
- ignite-2023
8
-
ms.date: 01/30/2025
8
+
ms.date: 08/12/2025
9
9
author: AbhishekMallick-MS
10
10
ms.author: v-mallicka
11
11
# 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
36
36
>[!Note]
37
37
>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.
38
38
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:
- **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).
40
49
41
50
- The blob container provided in input during extension installation should not contain any files unrelated to backup.
42
51
@@ -77,7 +86,7 @@ To enable backup for an AKS cluster, see the following prerequisites: .
77
86
78
87
- If you have any previous installation of *Velero* in the AKS cluster, you need to delete it before installing Backup Extension.
79
88
80
-
[!NOTE]
89
+
>[!NOTE]
81
90
>
82
91
>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.
Copy file name to clipboardExpand all lines: articles/batch/batch-role-based-access-control.md
+12-14Lines changed: 12 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Role-based access control for Azure Batch service
3
3
description: Learn how to use Azure role-based access control for managing individual access to Azure Batch account.
4
4
ms.topic: how-to
5
-
ms.date: 04/02/2025
5
+
ms.date: 08/07/2025
6
6
# 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.
7
7
---
8
8
@@ -74,11 +74,11 @@ Grants full access to manage all Batch resources, including Batch accounts, pool
74
74
> |[Microsoft.Insights](/azure/role-based-access-control/permissions/monitor#microsoftinsights)/alertRules/*| Create and manage a classic metric alert. |
75
75
> |[Microsoft.Resources](/azure/role-based-access-control/permissions/management-and-governance#microsoftresources)/deployments/*| Create and manage a deployment. |
76
76
> |[Microsoft.Resources](/azure/role-based-access-control/permissions/management-and-governance#microsoftresources)/subscriptions/resourceGroups/read | Gets or lists resource groups. |
@@ -117,8 +117,7 @@ Lets you view all resources including pools and jobs in the Batch account.
117
117
118
118
> | Actions | Description |
119
119
> | --- | --- |
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. |
122
121
> |[Microsoft.Resources](/azure/role-based-access-control/permissions/management-and-governance#microsoftresources)/subscriptions/resourceGroups/read | Gets or lists resource groups. |
123
122
> |**NotActions**||
124
123
> |*none*||
@@ -137,12 +136,11 @@ Lets you view all resources including pools and jobs in the Batch account.
@@ -163,8 +161,8 @@ Grants permissions to manage Batch pools and jobs but not to modify accounts.
163
161
> |[Microsoft.Authorization](/azure/role-based-access-control/permissions/management-and-governance#microsoftauthorization)/*/read | Read roles and role assignments. |
164
162
> |[Microsoft.Batch](/azure/role-based-access-control/permissions/compute#microsoftbatch)/batchAccounts/read | Lists Batch accounts or gets the properties of a Batch account. |
165
163
> |[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)) |
168
166
> |[Microsoft.Batch](/azure/role-based-access-control/permissions/compute#microsoftbatch)/pools/*| Create and manage pools on a Batch account. |
169
167
> |[Microsoft.Batch](/azure/role-based-access-control/permissions/compute#microsoftbatch)/poolOperationResults/*| Gets the results of a long running pool operation on a Batch account. |
170
168
> |[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
Copy file name to clipboardExpand all lines: articles/sap/automation/integration-sap-cloud-application-library.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Learn how to integrate SAP Cloud Appliance Library with SAP Deploym
4
4
author: nnoaman
5
5
ms.author: nadeennoaman
6
6
ms.reviewer: kimforss
7
-
ms.date: 10/24/2024
7
+
ms.date: 08/12/2025
8
8
ms.topic: how-to
9
9
ms.service: sap-on-azure
10
10
ms.subservice: sap-automation
@@ -14,6 +14,9 @@ ms.subservice: sap-automation
14
14
15
15
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.
16
16
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
+
17
20
## Introduction to SAP Cloud Appliance Library
18
21
19
22
[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