Skip to content

Commit fec5465

Browse files
Merge pull request #304257 from MicrosoftDocs/main
Auto Publish – main to live - 2025-08-15 05:00 UTC
2 parents 9dc78be + 8b94dc6 commit fec5465

File tree

58 files changed

+257
-158
lines changed

Some content is hidden

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

58 files changed

+257
-158
lines changed

articles/app-service/environment/overview.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: App Service Environment Overview
33
description: Learn about App Service Environments, which are fully isolated and single-tenant App Service deployments that provide high-scale, network-secured hosting.
44
author: seligj95
55
ms.topic: overview
6-
ms.date: 07/25/2025
6+
ms.date: 08/14/2025
77
ms.update-cycle: 1095-days
88
ms.author: jordanselig
99
ms.custom:
@@ -233,7 +233,7 @@ The following sections list the regional pricing tiers, or SKUs, availability fo
233233
| Canada Central ||||
234234
| Canada East ||||
235235
| Central India ||||
236-
| Central US || * | |
236+
| Central US ||* |** |
237237
| East Asia ||||
238238
| East US ||| |
239239
| East US 2 ||||
@@ -273,14 +273,15 @@ The following sections list the regional pricing tiers, or SKUs, availability fo
273273
| UAE North ||||
274274
| UK South ||||
275275
| UK West ||||
276-
| West Central US || * | |
277-
| West Europe || * | |
276+
| West Central US ||* | |
277+
| West Europe ||* | |
278278
| West India ||| |
279279
| West US ||||
280280
| West US 2 ||||
281281
| West US 3 ||||
282282

283283
\* Windows containers don't support large SKUs in this region.
284+
\** Limited availability. Create a support ticket if you run into issues deploying this SKU.
284285

285286
### Azure Government regions
286287

articles/azure-netapp-files/whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Azure NetApp Files is updated regularly. This article provides a summary about t
1919

2020
## August 2025
2121

22-
* [Flexible service level](manage-cool-access.md#register-the-feature) now supports storage with cool access (Preview)
22+
* [Flexible service level](manage-cool-access.md?tabs=flexible#register-the-feature) now supports storage with cool access (Preview)
2323

2424
Azure NetApp Files now supports cool access for the Flexible service level, enabling you to further optimize performance and cost by automatically tiering infrequently accessed data to lower-cost Azure storage accounts. This enhancement builds on the Flexible service level's ability to decouple storage capacity and throughput, allowing precise resource alignment for diverse workloads while maintaining configured throughput levels—even with cool access enabled. These features help organizations reduce total cost of ownership without compromising performance. You must be registered for the [Flexible service level](azure-netapp-files-set-up-capacity-pool.md) before enrolling in [the preview for the Flexible service level with cool access](manage-cool-access.md#register-the-feature).
2525

articles/container-apps/functions-overview.md

Lines changed: 87 additions & 53 deletions
Large diffs are not rendered by default.

articles/container-apps/functions-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The following steps show you how to use a sample container image to create your
4848

4949
1. Next to *Optimize for Azure Functions* check the checkbox.
5050

51-
![fnonacaportal](https://github.com/user-attachments/assets/78bc6b15-462a-48a4-8243-91aa92c0bcbc)
51+
:::image type="content" source="media/functions-overview/functions-create-container-app.png" alt-text="Screenshot of the Azure portal when you create a container app pre-configured for Azure Functions.":::
5252

5353
1. Under *Container Apps environment* enter:
5454

148 KB
Loading

articles/logic-apps/create-single-tenant-workflows-azure-portal.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.suite: integration
77
ms.reviewer: estfan, azla
88
ms.collection: ce-skilling-ai-copilot
99
ms.topic: how-to
10-
ms.date: 02/07/2025
10+
ms.date: 08/06/2025
1111
ms.update-cycle: 180-days
1212
# Customer intent: As a developer, I want to create my first example Standard logic app workflow that runs in single-tenant Azure Logic Apps using the Azure portal.
1313
---
@@ -195,6 +195,21 @@ For optimal designer responsiveness and performance, review and follow these gui
195195
1. On the **Monitoring** tab, under **Application Insights**, set **Enable Application Insights** to **Yes**.
196196

197197
1. For the **Application Insights** setting, either select an existing Application Insights instance, or if you want to create a new instance, select **Create new** and provide the name that you want to use.
198+
199+
1. On the **Authentication** tab, under **Authentication type**, select the authentication to use for connecting to the host storage account resource (**Host storage (AzureWebJobsStorage)**).
200+
201+
> [!IMPORTANT]
202+
>
203+
> If you select **Managed identity** for authentication, you must specify the managed identity to use. Choose one of the following options:
204+
>
205+
> - If you select **Create new managed identity**, the portal creates this identity and automatically assigns the correct role-based access
206+
> permissions to the identity on the host storage account for your logic app. After you create your logic app, you might have to wait a few
207+
> minutes for the permissions to propagate onto your new managed identity. You can then restart your logic app. If no option exists to create
208+
> a managed identity, you need the lowest level of permissions that permits you to complete this task.
209+
>
210+
> - If you select an existing managed identity, you must manually assign the roles in the **Minimum roles required column** to the managed
211+
> identity on the host storage account resource. Consider completing this assignment before you deploy your logic app. Otherwise, you get
212+
> errors when you open your new logic app resource. For more information, see [Assign Azure roles using the Azure portal](/azure/role-based-access-control/role-assignments-portal).
198213
199214
1. After Azure validates your logic app settings, on the **Review + create** tab, select **Create**, for example:
200215

40.3 KB
Loading
3.03 KB
Loading
80.2 KB
Loading

articles/operator-service-manager/release-notes.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,3 +434,39 @@ The following bug fixes, defect resolutions, or usability improvements are deliv
434434
* NFO - [SFI] A total of 15 CVEs are addressed in this release.
435435
* RP - [606065291] Fixes conflict scenarios during SNS delete operations by preventing duplicate requests.
436436
* RP - [600962417] Populate Chart Details in DeploymentProfile when ConfigurationType is "Secret"
437+
438+
## Release 3.0.3131-220
439+
440+
Document Revision 1.0
441+
442+
### Release Summary
443+
Azure Operator Service Manager is a cloud orchestration service that enables automation of operator network-intensive workloads, and mission critical applications hosted on Azure Operator Nexus. Azure Operator Service Manager unifies infrastructure, software, and configuration management with a common model into a single interface, both based on trusted Azure industry standards. This August 8, 2025 Azure Operator Service Manager release includes updating the NFO version to 3.0.3131-220 and the RP version to 1.0.03134.469, the details of which are further outlined in the remainder of this document.
444+
445+
### Release Details
446+
* Release Version: NFO version 3.0.3131-220, RP version 1.0.03134.469
447+
* Release Date: August 8, 2025
448+
* Is NFO update required: YES, Update only
449+
* Dependency Versions: Go/1.24.3 - Helm/3.17.3 - Base Image/AzureLinux 3.0
450+
451+
#### Release Updates
452+
The following bug fixes, defect resolutions, or usability improvements are delivered with this release, for either Network Function Operator (NFO) or resource provider (RP) components.
453+
454+
* NFO - [1041747] Improves support for publisher cleanup feature, fixing stability issues and addressing corner-cases such as disconnected mode.
455+
* NFO - [2217456] Migrates AOSM extension images to MCR source, including cluster registry and geneva images.
456+
* NFO - [2209250] Fixes cluster registry file corruption in broken manifest link, NFO now handles such failures and auto-recovers so that deletes can succeed.
457+
* NFO - [2278364] Fixes behavior where upgrade fails due to a pre-upgrade hook stuck on bad node, removing the hook which is no longer needed.
458+
* NFO - [2196085] Remediates file system security vulnerability with TLS-Daemonset by allowing only ReadOnlyRootFilesystem access.
459+
* RP - [2236853] 1ES Operation Vulnerabilities.
460+
* RP - [2034803] Clean up of RP resources and unused files for decom'ed regions.
461+
* RP - [2217454] Clean up of redundant and old runners.
462+
* RP - [2217437] Fixes NFO component rollback timeout issue.
463+
* RP - [2217439] Fixes SNS retry policy on workload forbidden error.
464+
* RP - [2275730] Fixes batch scope token provisioning timeout.
465+
* RP - [2278044] Fixes NF DTF scheduling failure where timeout now exceeds 7 days.
466+
467+
#### Security Related Updates
468+
* NFO - [CVE] A total of 2 CVEs are addressed in this release.
469+
* NFO - [SFI] Helm version upgraded from 3.17.2 to 3.17.3
470+
* RP - [SFI] 2236914: MISE Upgrade
471+
* RP - [SFI] 2120797: Migrate to MISE/SNI
472+
* RP - [SFI] 2154940: Security Code Bugs

0 commit comments

Comments
 (0)