Skip to content

Commit 7d03c8e

Browse files
Merge pull request #303706 from MicrosoftDocs/main
Auto Publish – main to live - 2025-08-01 05:00 UTC
2 parents 447e0d0 + acfe81d commit 7d03c8e

22 files changed

+313
-280
lines changed

articles/education-hub/faq.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: vinnieangel
55
ms.author: vangellotti
66
ms.service: azure-education
77
ms.topic: tutorial
8-
ms.date: 7/11/2025
8+
ms.date: 7/31/2025
99
ms.custom: template-tutorial
1010
---
1111

@@ -48,7 +48,6 @@ For more information, see the [terms and conditions for the Azure for Students o
4848
SQL Server Developer<br>
4949
:::column-end:::
5050
:::column span="":::
51-
SQL Server Mobile Report Publisher<br>
5251
SQL Server Standard<br>
5352
System Center<br>
5453
Visio Professional<br>
@@ -152,7 +151,7 @@ If your institution has an active VL agreement but has not yet signed up for the
152151

153152
### How will my students get access to Azure Dev Tools for Teaching after August 15th, 2025?
154153

155-
If your institution is signed up for Azure Dev Tools for Teaching, your students will now be getting access to their software benefit through the Azure for Students offer. This provides them with the same software, in the same location they currently access. In addition, they will receive an Azure subscription with $100 free Azure credit to use on Azure services. No credit card is required to sign up, simply sign in with their institution ID as they do today. If they use the current redemption link for Azure Dev Tools for Teaching, they will be redirected to sign up for Azure for Students. To learn more about Azure for Students, click here.
154+
If your institution is signed up for Azure Dev Tools for Teaching, your students will now be getting access to their software benefit through the Azure for Students offer. This provides them with the same software, in the same location they currently access. In addition, they will receive an Azure subscription with $100 free Azure credit to use on Azure services. No credit card is required to sign up, simply sign in with their institution ID as they do today. If they use the current redemption link for Azure Dev Tools for Teaching, they will be redirected to sign up for Azure for Students. To learn more about Azure for Students, [click here](https://azure.microsoft.com/free/students).
156155

157156
### If I have additional questions about this change, who can I contact?
158157

@@ -181,7 +180,6 @@ If you're currently an Azure Dev Tools for Teaching customer without a Volume Li
181180
SQL Server Developer<br>
182181
:::column-end:::
183182
:::column span="":::
184-
SQL Server Mobile Report Publisher<br>
185183
SQL Server Standard<br>
186184
System Center<br>
187185
Visio Professional<br>

articles/logic-apps/logic-apps-limits-and-config.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: rohithah, laveeshb, rarayudu, azla
77
ms.topic: reference
8-
ms.date: 07/18/2025
8+
ms.date: 07/31/2025
99
---
1010

1111
# Limits and configuration reference for Azure Logic Apps
@@ -56,7 +56,7 @@ The following table lists the values for a single workflow run:
5656

5757
| Name | Multitenant | Single-tenant | Notes |
5858
|------|-------------|---------------|-------|
59-
| Run history retention in storage | 90 days | 90 days <br>(Default) | The amount of time to keep a workflow's run history in storage after a run starts. <br><br>**Note**: If the workflow's run duration exceeds the retention limit, this run is removed from the run history in storage. If a run isn't immediately removed after reaching the retention limit, the run is removed within 7 days. <br><br>Whether a run completes or times out, run history retention is always calculated by using the run's start time and the current limit specified in the workflow setting, [**Run history retention in days**](#change-retention). No matter the previous limit, the current limit is always used for calculating retention. <br><br>For more information, review [Change duration and run history retention in storage](#change-retention). |
59+
| Run history retention in storage | 90 days | 90 days <br>(Default) | The amount of time to keep a workflow's run history in storage after a run starts. <br><br>**Note**: If the workflow's run duration exceeds the retention limit, this run is removed from the run history in storage. If a run isn't immediately removed after reaching the retention limit, the run is removed within 7 days. <br><br>Whether a run completes or times out, retention is always calculated by using the run's start time and the retention limit at the *time when the run started*, not the current limit. You can find the retention limit in the workflow setting, [**Run history retention in days**](#change-retention). <br><br>For more information, review [Change duration and run history retention in storage](#change-retention). |
6060
| Run duration | 90 days | - Stateful workflow: 90 days <br>(Default) <br><br>- Stateless workflow: 5 min <br>(Default) | The amount of time that a workflow can continue running before forcing a time-out. The run duration is calculated by using a run's start time and the limit that's specified in the workflow setting, [**Run history retention in days**](#change-duration) at that start time. <br><br>**Important**: Make sure the run duration value is always less than or equal to the run history retention in storage value. Otherwise, run histories might be deleted before the associated jobs are complete. <br><br>For more information, review [Change run duration and history retention in storage](#change-duration). |
6161
| Recurrence interval | - Min: 1 sec <br><br>- Max: 500 days | - Min: 1 sec <br><br>- Max: 500 days ||
6262

@@ -73,7 +73,7 @@ For Consumption logic app workflows, the same setting controls the maximum numbe
7373

7474
* In multitenant Azure Logic Apps, the 90-day default limit is the same as the maximum limit. You can only decrease this value.
7575

76-
For example, suppose that you reduce the retention limit from 90 days to 30 days. A 60-day-old run is removed from the run history. If you increase the retention period from 30 days to 60 days, a 20-day-old run stays in the run history for another 40 days.
76+
* Run history retention is always calculated by using the run's start time and the retention limit at the time when the run started, not the current retention limit.
7777

7878
#### Portal
7979

@@ -120,6 +120,8 @@ For Standard logic app workflows, you can decrease or increase the 90-day defaul
120120

121121
By default, the app setting named **Workflows.RuntimeConfiguration.RetentionInDays** is set to keep 90 days of data. The host setting named **Runtime.FlowMaintenanceJob.RetentionCooldownInterval** is set to check every 7 days for old data to delete. If you leave these default values, you might see data *up to* 97 days old. For example, suppose Azure Logic Apps checks on Day X and deletes data older than Day X - 90 days, and then waits for 7 days before running again. This behavior results in data that ages up to 97 days before the job runs again. However, if you set the interval to 1 day, but leave the retention days at the default value, the maximum delay to delete old data is 90+1 days.
122122

123+
Run history retention is always calculated by using the run's start time and the retention limit at the time when the run started, not the current retention limit.
124+
123125
#### Portal
124126

125127
1. [Follow these steps to add the app setting named **Workflows.RuntimeConfiguration.RetentionInDays**](edit-app-settings-host-settings.md?tabs=azure-portal#manage-app-settings), and set the value to the number days that you want to keep your workflow run history.

articles/partner-solutions/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ productDirectory:
7878
links:
7979
- url: ./new-relic/new-relic-overview.md
8080
text: Get end-to-end cloud observability to analyze and troubleshoot performance of applications, infrastructure, logs, real-user monitoring and more.
81-
- title: MongoDB Atlas (preview)
81+
- title: MongoDB Atlas
8282
imageSrc: ./media/index/mongo-db.svg
8383
links:
8484
- url: ./mongo-db/overview.md
@@ -93,7 +93,7 @@ productDirectory:
9393
links:
9494
- url: ./palo-alto/palo-alto-overview.md
9595
text: Protect your organization with a next generation firewall solution integrated with Azure.
96-
- title: Pure Storage (preview)
96+
- title: Pure Storage Preview
9797
imageSrc: ./media/index/pure-storage.svg
9898
links:
9999
- url: pure-storage/overview.md

articles/partner-solutions/palo-alto/.openpublishing.redirection.partner-solutions-palo-alto.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@
2424
"source_path_from_root": "/articles/partner-solutions/palo-alto/palo-alto-troubleshoot.md",
2525
"redirect_url": "/azure/partner-solutions/palo-alto/troubleshoot",
2626
"redirect_document_id": true
27-
}
27+
},
28+
{
29+
"source_path_from_root": "/articles/partner-solutions/palo-alto/troubleshoot.md",
30+
"redirect_url": "/troubleshoot/azure/partner-solutions/welcome-native-integrations",
31+
"redirect_document_id": false
32+
}
2833
]
2934
}

articles/partner-solutions/palo-alto/manage.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@ To change the Cloud NGFW's billing plan, go to **Overview** and select **Change
4040
> [!NOTE]
4141
> The **Delete** button on the resource is activated only if all connected resources are already deleted. For more information, see [Azure Resource Manager resource group and resource deletion](/azure/azure-resource-manager/management/delete-resource-group).
4242
43-
## Next step
43+
## Related content
4444

45-
- For help with troubleshooting, see [Troubleshooting Palo Alto integration with Azure](troubleshoot.md).
45+
- [Azure Virtual Network FAQ](../../virtual-network/virtual-networks-faq.md)
46+
- [Virtual WAN FAQ](../../virtual-wan/virtual-wan-faq.md)
4647

4748

articles/partner-solutions/palo-alto/toc.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ items:
88
- name: Quickstarts
99
expanded: true
1010
items:
11-
- name: Create a Cloud NGFW by Palo Alto Networks resource
11+
- name: Create a resource
1212
href: create.md
1313
- name: How to
1414
items:
15-
- name: Manage your Cloud NGFW by Palo Alto Networks resource
15+
- name: Manage your resource
1616
href: manage.md
17-
- name: Troubleshoot Cloud NGFW by Palo Alto Networks
18-
href: troubleshoot.md
17+
- name: Troubleshoot
18+
href: /troubleshoot/azure/partner-solutions/welcome-native-integrations
1919
- name: Deploy Cloud NGFW by Palo Alto Networks with the Application Gateway
2020
href: application-gateway.md

articles/partner-solutions/palo-alto/troubleshoot.md

Lines changed: 0 additions & 51 deletions
This file was deleted.

articles/reliability/overview-reliability-guidance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ This section provides links to reliability guidance for many Azure services. Eac
8383
|Azure Health Data Services: De-identification service (preview)|[Reliability in Azure Health Data Services: De-identification service](reliability-health-data-services-deidentification.md)||
8484
|Azure Health Data Services: Workspace services (FHIR®, DICOM®, MedTech) | | [Business continuity and disaster recovery considerations](/azure/healthcare-apis/business-continuity-disaster-recovery?toc=/azure/reliability/toc.json&bc=/azure/reliability/breadcrumb/toc.json) |
8585
|Azure HDInsight| [Reliability in Azure HDInsight](reliability-hdinsight.md)||
86-
|Azure IoT Hub|| [Reliability in Azure IoT Hub](reliability-iot-hub.md) |
87-
|Azure Key Vault|| [Reliability in Azure Key Vault](./reliability-key-vault.md) |
86+
|Azure IoT Hub| [Reliability in Azure IoT Hub](reliability-iot-hub.md) ||
87+
|Azure Key Vault| [Reliability in Azure Key Vault](./reliability-key-vault.md) ||
8888
|Azure Kubernetes Service (AKS)| [Reliability in Azure Kubernetes Service (AKS)](reliability-aks.md)||
8989
|Azure Load Balancer| [Reliability in Azure Load Balancer](reliability-load-balancer.md )||
9090
|Azure Logic Apps|[Reliability in Azure Logic Apps](reliability-logic-apps.md) ||

0 commit comments

Comments
 (0)