Skip to content

Commit 10a91c3

Browse files
authored
Merge pull request #310087 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents 3757830 + 5ff5757 commit 10a91c3

6 files changed

Lines changed: 34 additions & 5 deletions

File tree

articles/app-service/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Whether you're a student, a small business, a startup, or an enterprise, App Ser
2525

2626
### Students
2727

28-
- **Free access**: In addition to the widely available [free tier](https://azure.microsoft.com/pricing/details/app-service/), students can take advantage of the [Azure for Students Starter](https://azure.microsoft.com/pricing/offers/ms-azr-0144p) program.
28+
- **Free access**: In addition to the widely available [free tier](https://azure.microsoft.com/pricing/purchase-options/azure-account), students can take advantage of the [Azure for Students Starter](https://azure.microsoft.com/pricing/offers/ms-azr-0144p) program.
2929
- **IDE support**: Purpose-built deployment tools are available for Visual Studio, Visual Studio Code, IntelliJ, and Eclipse.
3030
- **Easy to use**: Run your apps without needing experience in infrastructure management.
3131
- **Learning Resources**: Plenty of tutorials and guides to help you get started.

articles/container-apps/container-apps-extension-release-notes.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,3 +198,28 @@ ms.custom:
198198
- Supported dynamic concurrency for workflow trigger
199199
- Added RabbitMQ Keda translation
200200
- Fixed issues for OpenShift cluster
201+
202+
## v1.50.1 (December 2025)
203+
204+
- Updated base image to Azure Linux 3.0.
205+
- Upgraded EasyAuth to version 1.12.0.
206+
- Upgraded Dapr to 1.13.6-msft.6.
207+
- Updated KEDA to 2.17.2-msft.1.
208+
- Enhanced system sidecar and updated k8s.io/kubernetes to address security vulnerabilities.
209+
- Upgraded Geneva MDM and MDSD image versions.
210+
- Increased memory limits for the KEDA operator.
211+
- Increased Envoy resources limits.
212+
- Updated Auth container resource limits.
213+
- Set `maxInactiveRevisionsDefault` to 200.
214+
- Adopted KEDA-specific annotation for pausing event-triggered jobs.
215+
- Fixed `useMonitor` logic in Timer trigger KEDA SyncTrigger.
216+
- Added readiness and liveness probe configurations for the Dapr injector.
217+
- Implemented logic to restart the event processor if no event has been updated in the last 5 minutes.
218+
- Enhanced Envoy controller for app routes.
219+
- Added validation for SMB changes.
220+
- Enabled named job execution.
221+
- Enabled IP restrictions for HTTP routes.
222+
- Added `containerName` for CPU/memory autoscaling.
223+
- Increased localproxy sidecar readiness probe failure threshold.
224+
- Improved lifecycle and history management for labels mode.
225+
- Prevented creation of new revisions or replicasets when only the `TargetLabel` changes.

articles/container-apps/environment-custom-dns-suffix.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ Azure Container Apps environment provides a default DNS suffix in the format `<U
2222

2323
1. Go to your Container Apps environment in the [Azure portal](https://portal.azure.com)
2424

25-
1. Under the *Settings* section, select **Custom DNS suffix**.
25+
1. Under the *Settings* section, select **Networking** and then click on **Custom DNS Suffix**.
2626

27-
1. In **DNS suffix**, enter the custom DNS suffix for the environment.
27+
1. In **Custom DNS suffix**, enter the custom DNS suffix for the environment.
2828

2929
For example, if you enter `example.com`, the container app domain names are in the format `<APP_NAME>.example.com`.
3030

articles/iot-operations/includes/deploy-connectors-simple.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ All the connectors can publish captured data to the MQTT broker.
1313

1414
To add a connector template instance to your Azure IoT Operations instance:
1515

16-
1. In the Azure portal, go to your Azure IoT Operations instance, select **Connector templates**, and then select **Add connector template instances**:
16+
1. In the Azure portal, go to your Azure IoT Operations instance, select **Connector templates**, and then select **Create a connector template**:
1717

1818
:::image type="content" source="media/deploy-connectors-simple/portal-add-connector-template.png" alt-text="Screenshot of Azure portal that shows how to add a connector template instance." lightbox="media/deploy-connectors-simple/portal-add-connector-template.png":::
1919

articles/static-web-apps/database-overview.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ ms.date: 03/03/2023
1010

1111
# Connecting to a database with Azure Static Web Apps (preview)
1212

13+
> [!IMPORTANT]
14+
> Retirement notice: Database Connections for Static Web Apps ends November 30, 2025. Migrate now to avoid disruption.
15+
16+
1317
The Azure Static Web Apps database connection feature allows you to access a database from your static web app without writing custom server-side code.
1418

1519
Once you create a connection between your web application and database, you can manipulate data with full support for CRUD operations, built-in authorization, and relationships.

includes/storage-account-key-note-include.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.custom: "include file", engagement-fy23
1515
Storage account access keys provide full access to the storage account data and the ability to generate SAS tokens. Always be careful to protect your access keys. Use Azure Key Vault to manage and rotate your keys securely. Access to the shared key grants a user full access to a storage account’s data. Access to shared keys should be carefully limited and monitored. Use user delegation SAS tokens with limited scope of access in scenarios where Microsoft Entra ID based authorization can't be used. Avoid hard-coding access keys or saving them anywhere in plain text that is accessible to others. Rotate your keys if you believe they might have been compromised.
1616

1717
> [!IMPORTANT]
18-
> To prevent users from accessing data in your storage account with Shared Key, you can disallow Shared Key authorization for the storage account. Granular access to data with least privileges necessary is recommended as a security best practice. Microsoft Entra ID based authorization using managed identities should be used for scenarios that support OAuth. Kerberos or SMTP should be used for Azure Files over SMB. For Azure Files over REST, SAS tokens can be used. Shared key access should be disabled if not required to prevent its inadvertent use. For more information, see [Prevent Shared Key authorization for an Azure Storage account](../articles/storage/common/shared-key-authorization-prevent.md).
18+
> To prevent users from accessing data in your storage account with Shared Key, you can disallow Shared Key authorization for the storage account. Granular access to data with least privileges necessary is recommended as a security best practice. Microsoft Entra ID based authorization using managed identities should be used for scenarios that support OAuth. Kerberos should be used for Azure Files over SMB. For Azure Files over REST, SAS tokens can be used. Shared key access should be disabled if not required to prevent its inadvertent use. For more information, see [Prevent Shared Key authorization for an Azure Storage account](../articles/storage/common/shared-key-authorization-prevent.md).
1919
>
2020
> To protect an Azure Storage account with Microsoft Entra Conditional Access policies, you must disallow Shared Key authorization for the storage account.
2121
>

0 commit comments

Comments
 (0)