Skip to content

Commit b5f0cf0

Browse files
Merge pull request #307454 from MicrosoftDocs/main
Auto Publish – main to live - 2025-10-28 17:00 UTC
2 parents a6c5453 + b418f90 commit b5f0cf0

14 files changed

Lines changed: 532 additions & 115 deletions

articles/api-management/api-management-howto-llm-logs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ ApiManagementGatewayLlmLog
9797
RequestContent = tostring(RequestArray.content),
9898
ResponseContent = tostring(ResponseArray.content)
9999
| summarize
100-
Input = strcat_aray(make_list(RequestContent), " . "),
100+
Input = strcat_array(make_list(RequestContent), " . "),
101101
Output = strcat_array(make_list(ResponseContent), " . ")
102102
by CorrelationId
103103
| where isnotempty(Input) and isnotempty(Output)
@@ -121,4 +121,4 @@ For details to create and run a model evaluation in Azure AI Foundry, see [Evalu
121121

122122
* [Learn more about monitoring API Management](monitor-api-management.md)
123123
* [Azure Monitor reference for API Management](monitor-api-management-reference.md)
124-
* [Tutorial: Monitor published APIs](api-management-howto-use-azure-monitor.md)
124+
* [Tutorial: Monitor published APIs](api-management-howto-use-azure-monitor.md)

articles/azure-functions/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@
138138
href: functions-event-hub-cosmos-db.md
139139
- name: Samples
140140
items:
141-
- name: Azure Serverless Community Library
142-
href: https://www.serverlesslibrary.net/
141+
- name: Azure Functions Samples in Github
142+
href: https://github.com/search?q=topic%3Aazure-functions+org%3AAzure-Samples+fork%3Atrue&type=repositories
143143
- name: Azure Samples
144144
items:
145145
- name: C#

articles/azure-functions/functions-get-started.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,32 +48,32 @@ These sites let you browse existing functions reference projects and samples in
4848
::: zone-end
4949
::: zone pivot="programming-language-csharp"
5050
+ [Awesome azd template library](https://azure.github.io/awesome-azd/?tags=functions&tags=dotnetCsharp)
51-
+ [Azure Community Library](https://www.serverlesslibrary.net/?technology=Functions%202.x&language=C%23)
51+
+ [Azure Functions Samples in Github](https://github.com/search?q=topic%3Aazure-functions+org%3AAzure-Samples+fork%3Atrue+language%3AC%23&type=repositories&l=C%23)
5252
+ [Azure Samples Browser](/samples/browse/?expanded=azure&languages=csharp&products=azure-functions)
5353
::: zone-end
5454
::: zone pivot="programming-language-java"
5555
+ [Awesome azd template library](https://azure.github.io/awesome-azd/?tags=functions&tags=java)
56-
+ [Azure Community Library](https://www.serverlesslibrary.net/?technology=Functions%202.x&language=Java)
56+
+ [Azure Functions Samples in Github](https://github.com/search?q=topic%3Aazure-functions+org%3AAzure-Samples+fork%3Atrue+language%3AJava&type=repositories&l=Java)
5757
+ [Azure Samples Browser](/samples/browse/?expanded=azure&languages=java&products=azure-functions)
5858
::: zone-end
5959
::: zone pivot="programming-language-javascript"
6060
+ [Awesome azd template library](https://azure.github.io/awesome-azd/?tags=functions&tags=javascript)
61-
+ [Azure Community Library](https://www.serverlesslibrary.net/?technology=Functions%202.x&language=JavaScript)
61+
+ [Azure Functions Samples in Github](https://github.com/search?q=topic%3Aazure-functions+org%3AAzure-Samples+fork%3Atrue+language%3AJavaScript&type=repositories)
6262
+ [Azure Samples Browser](/samples/browse/?expanded=azure&languages=javascript&products=azure-functions)
6363
::: zone-end
6464
::: zone pivot="programming-language-typescript"
6565
+ [Awesome azd template library](https://azure.github.io/awesome-azd/?tags=functions&tags=typescript)
66-
+ [Azure Community Library](https://www.serverlesslibrary.net/?technology=Functions%202.x&language=TypeScript)
66+
+ [Azure Functions Samples in Github](https://github.com/search?q=topic%3Aazure-functions+org%3AAzure-Samples+fork%3Atrue+language%3ATypeScript+&type=repositories)
6767
+ [Azure Samples Browser](/samples/browse/?expanded=azure&languages=typescript&products=azure-functions)
6868
::: zone-end
6969
::: zone pivot="programming-language-powershell"
7070
+ [Awesome azd template library](https://azure.github.io/awesome-azd/?tags=functions&tags=powershell)
71-
+ [Azure Community Library](https://www.serverlesslibrary.net/?technology=Functions%202.x&language=PowerShell)
71+
+ [Azure Functions Samples in Github](https://github.com/search?q=topic%3Aazure-functions+org%3AAzure-Samples+fork%3Atrue+language%3APowerShell&type=repositories)
7272
+ [Azure Samples Browser](/samples/browse/?expanded=azure&languages=powershell&products=azure-functions)
7373
::: zone-end
7474
::: zone pivot="programming-language-python"
7575
+ [Awesome azd template library](https://azure.github.io/awesome-azd/?tags=functions&tags=python)
76-
+ [Azure Community Library](https://www.serverlesslibrary.net/?technology=Functions%202.x&language=Python)
76+
+ [Azure Functions Samples in Github](https://github.com/search?q=topic%3Aazure-functions+org%3AAzure-Samples+fork%3Atrue+language%3APython+&type=repositories)
7777
+ [Azure Samples Browser](/samples/browse/?expanded=azure&languages=python&products=azure-functions)
7878
::: zone-end
7979

articles/azure-functions/functions-reference-python.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1082,13 +1082,13 @@ Azure Functions supports the following Python versions:
10821082

10831083
| Python<sup>1</sup> versions | Support level |
10841084
| ----- | ----- |
1085-
| 3.13 | Preview<sup>2</sup> |
1086-
| 3.12 | Generally available (GA) |
1085+
| 3.13 | Generally available (GA)<sup>2</sup> |
1086+
| 3.12 | GA |
10871087
| 3.11 | GA |
10881088
| 3.10 | GA |
10891089

10901090
1. Official Python distributions
1091-
2. Python 3.13 support is in preview and currently isn't supported by the [Consumption plan](./consumption-plan.md).
1091+
2. Python 3.13 isn't supported when your app runs in the [Consumption plan](./consumption-plan.md).
10921092

10931093
> [!IMPORTANT]
10941094
> Python 3.13 support introduces some improvements and a few breaking changes. For more information, see [Python 3.13+ in Azure Functions](./python-313-changes.md).

articles/azure-functions/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ landingContent:
9595
links:
9696
- text: Azure Functions samples
9797
url: /samples/browse/?expanded=azure&products=
98-
- text: Azure Serverless Community Library
99-
url: https://www.serverlesslibrary.net/
98+
- text: Azure Functions Samples in Github
99+
url: https://github.com/search?q=topic%3Aazure-functions+org%3AAzure-Samples+fork%3Atrue&type=repositories
100100
- text: Azure Resource Manager templates
101101
url: https://azure.microsoft.com/resources/templates/?resourceType=Microsoft.Web&term=functions
102102
- linkListType: tutorial

articles/hdinsight/hdinsight-release-notes-archive.md

Lines changed: 65 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.topic: conceptual
66
author: yeturis
77
ms.author: sairamyeturi
88
ms.reviewer: nijelsf
9-
ms.date: 10/06/2025
9+
ms.date: 10/28/2025
1010
ms.custom:
1111
- hdinsightactive
1212
- references_regions
@@ -24,6 +24,66 @@ To subscribe, click the “watch” button in the banner and watch out for [HDIn
2424

2525
## Release Information
2626

27+
### Release date: Oct 06, 2025
28+
29+
Azure HDInsight periodically releases maintenance updates for delivering bug fixes, performance enhancements, and security patches ensuring you stay up to date with these updates guarantees optimal performance and reliability.
30+
31+
This release note applies to
32+
33+
:::image type="icon" source="./media/hdinsight-release-notes/yes-icon.svg" border="false"::: HDInsight 5.1 version.
34+
35+
36+
HDInsight release will be available to all regions over several days. This release note is applicable for image number **2508190809**. [How to check the image number?](./view-hindsight-cluster-image-version.md)
37+
38+
HDInsight uses safe deployment practices, which involve gradual region deployment. It might take up to 10 business days for a new release or a new version to be available in all regions.
39+
40+
**OS versions**
41+
42+
* HDInsight 5.1: Ubuntu 18.04.5 LTS Linux Kernel 5.4
43+
44+
> [!NOTE]
45+
> Ubuntu 18.04 is supported under [Extended Security Maintenance(ESM)](https://techcommunity.microsoft.com/t5/linux-and-open-source-blog/canonical-ubuntu-18-04-lts-reaching-end-of-standard-support/ba-p/3822623) by the Azure Linux team for [Azure HDInsight July 2023](/azure/hdinsight/hdinsight-release-notes-archive#release-date-july-25-2023), release onwards.
46+
47+
For workload specific versions, see [HDInsight 5.x component versions](./hdinsight-5x-component-versioning.md).
48+
49+
## New features
50+
51+
* Entra Authentication is enabled for Azure HDInsight clusters. User can now choose to have user authentication done by Entra ID.
52+
53+
* Grafana login now supported for Entra clusters.
54+
55+
* C++ CodeQL scanning enabled for better static analysis coverage.
56+
* Managed Identity (MI) based authentication for SQL databases is now supported in non-public clouds. For more information see, [Use Managed Identity for SQL Database authentication in Azure HDInsight](./use-managed-identity-for-sql-database-authentication-in-azure-hdinsight.md)
57+
58+
## Issues fixed
59+
60+
* Patched multiple OS-level vulnerabilities across dependencies (qs, braces, connect, debug, etc.).
61+
62+
* Disabled local user creation by default to strengthen access control.
63+
64+
## Updates
65+
66+
* The following standalone drivers are no longer supported with HDInsight.
67+
* [Hive ODBC driver](https://www.microsoft.com/en-us/download/details.aspx?id=40886)
68+
* [Spark ODBC driver](https://www.microsoft.com/en-us/download/details.aspx?id=49883)
69+
70+
## Reminder
71+
72+
* HDInsight service has transitioned to use standard load balancers for all its cluster configurations due to [deprecation announcement](https://azure.microsoft.com/updates/azure-basic-load-balancer-will-be-retired-on-30-september-2025-upgrade-to-standard-load-balancer#main) of Azure basic load balancer.
73+
74+
> [!IMPORTANT]
75+
> By default, creation of any new HDInsight cluster happens with Standard Load Balancers. We recommend referring to the [migration guide to recreate the cluster](./load-balancer-migration-guidelines.md).
76+
> For any assistance, contact [support](https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/overview).
77+
78+
If you have any more questions, contact [Azure Support](https://ms.portal.azure.com/#view/Microsoft_Azure_Support/HelpAndSupportBlade/~/overview).
79+
80+
You can always ask us about HDInsight on [Azure HDInsight - Microsoft Q&A](/answers/tags/168/azure-hdinsight).
81+
82+
We're listening: You’re welcome to add more ideas and other topics here and vote for them - [HDInsight Ideas](https://feedback.azure.com/d365community/search/?q=HDInsight) and follow us for more updates on [AzureHDInsight Community](https://www.linkedin.com/groups/14313521/).
83+
84+
> [!NOTE]
85+
> We advise customers to use to latest versions of HDInsight [Images](./view-hindsight-cluster-image-version.md) as they bring in the best of open source updates, Azure updates, and security fixes. For more information, see, [Best practices](./hdinsight-overview-before-you-start.md).
86+
2787

2888
### Release date: May 28, 2025
2989

@@ -55,16 +115,16 @@ HDInsight uses safe deployment practices, which involve gradual region deploymen
55115

56116
For workload specific versions, see [HDInsight 5.x component versions](./hdinsight-5x-component-versioning.md).
57117

58-
## Issues fixed
118+
#### Issues fixed
59119

60120
* Authentication issue for SQL databases when managed identity is used.
61121

62-
## Updates
122+
#### Updates
63123

64124
* Active PIN requests for creating HDInsight clusters with predetermined image versions stand revoked/cancelled as of 26 May 2025. Customers can only create clusters using the updated (compliant) images of each HDInsight version. This measure is intended to improve cluster security and prevent potential issues with clusters and gateway nodes.
65125

66126

67-
## Reminder
127+
#### Reminder
68128

69129
* HDInsight service has transitioned to use standard load balancers for all its cluster configurations due to [deprecation announcement](https://azure.microsoft.com/updates/azure-basic-load-balancer-will-be-retired-on-30-september-2025-upgrade-to-standard-load-balancer#main) of Azure basic load balancer.
70130

@@ -556,7 +616,7 @@ For workload specific versions, see
556616

557617
* [HDInsight 5.x component versions](./hdinsight-5x-component-versioning.md)
558618

559-
## New features
619+
### New features
560620

561621
- Apache Ranger support for Spark SQL in Spark 3.3.0 (HDInsight version 5.1) with Enterprise security package. Learn more about it [here](./spark/ranger-policies-for-spark.md).
562622

articles/hdinsight/hdinsight-release-notes.md

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.topic: conceptual
77
author: yeturis
88
ms.author: sairamyeturi
99
ms.reviewer: nijelsf
10-
ms.date: 10/06/2025
10+
ms.date: 10/28/2025
1111
---
1212

1313
# Azure HDInsight release notes
@@ -23,7 +23,7 @@ To subscribe, click the **watch** button in the banner and watch out for [HDInsi
2323

2424
## Release Information
2525

26-
### Release date: Oct 06, 2025
26+
### Release date: Oct 29, 2025
2727

2828
> [!NOTE]
2929
> This is a Hotfix / maintenance release for Resource Provider. For more information see, [Resource Provider](.//hdinsight-overview-versioning.md#hdinsight-resource-provider).
@@ -48,20 +48,9 @@ HDInsight uses safe deployment practices, which involve gradual region deploymen
4848
4949
For workload specific versions, see [HDInsight 5.x component versions](./hdinsight-5x-component-versioning.md).
5050

51-
## New features
52-
53-
* Entra Authentication is enabled for Azure HDInsight clusters. User can now choose to have user authentication done by Entra ID.
54-
55-
* Grafana login now supported for Entra clusters.
56-
57-
* C++ CodeQL scanning enabled for better static analysis coverage.
58-
* Managed Identity (MI) based authentication for SQL databases is now supported in non-public clouds. For more information see, [Use Managed Identity for SQL Database authentication in Azure HDInsight](./use-managed-identity-for-sql-database-authentication-in-azure-hdinsight.md)
59-
6051
## Issues fixed
6152

62-
* Patched multiple OS-level vulnerabilities across dependencies (qs, braces, connect, debug, etc.).
63-
64-
* Disabled local user creation by default to strengthen access control.
53+
* Refactoring and security fixes.
6554

6655
## Updates
6756

articles/iot-dps/quick-enroll-device-tpm.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,15 @@ Although these steps work on both Windows and Linux computers, this article uses
3333

3434
:::zone pivot="programming-language-csharp"
3535

36-
* Install [.NET 6.0 SDK or later](https://dotnet.microsoft.com/download) or later on your Windows-based machine. You can use the following command to check your version.
36+
* Install [.NET 6.0 SDK](https://dotnet.microsoft.com/download/dotnet/6.0) on your Windows-based machine. You can use the following command to check your version.
3737

3838
```bash
3939
dotnet --info
4040
```
4141

42+
> [!IMPORTANT]
43+
> You must use the .NET 6.0 SDK to build and run the sample code in this article. The sample currently doesn't work with later versions of the SDK.
44+
4245
* (Optional) If you want to enroll a simulated device at the end of this article, follow the procedure in [Create and provision a simulated TPM device](quick-create-simulated-device-tpm.md?pivots=programming-language-csharp) up to the step where you get an endorsement key for the device. Save the **Endorsement key**, as you use it later in this article.
4346
4447
Don't follow the steps to create an individual enrollment by using the Azure portal.

articles/iot-dps/quick-enroll-device-x509.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,15 @@ This article shows you how to programmatically create an [enrollment group](conc
3131

3232
:::zone pivot="programming-language-csharp"
3333

34-
* Install [.NET 6.0 SDK or later](https://dotnet.microsoft.com/download) or later on your Windows-based machine. You can use the following command to check your version.
34+
* Install [.NET 6.0 SDK](https://dotnet.microsoft.com/download/dotnet/6.0) on your Windows-based machine. You can use the following command to check your version.
3535

3636
```bash
3737
dotnet --info
3838
```
3939

40+
> [!IMPORTANT]
41+
> You must use the .NET 6.0 SDK to build and run the sample code in this article. The sample currently doesn't work with later versions of the SDK.
42+
4043
:::zone-end
4144
4245
:::zone pivot="programming-language-nodejs"

0 commit comments

Comments
 (0)