From 71a945c619f78acb441c6470d76a9b58347169fe Mon Sep 17 00:00:00 2001 From: Kiana Harris <43056496+kianaharris4@users.noreply.github.com> Date: Mon, 1 Dec 2025 12:51:18 -0500 Subject: [PATCH 1/3] Canary (#815) * Added Microsoft.KeyVault in the list of required azure resource provider (#792) During deployment identified below service provider needs to be registered too hence added to both PowerShell and cli commands Register-AzResourceProvider -ProviderNamespace "Microsoft.KeyVault" az provider register --namespace Microsoft.Keyvault * Fix minor typos in README.md (#789) * Update password requirements for Windows account (#795) Password length needs to be 14 characters long, in stead of 12 Co-authored-by: Lior Kamrat <46730876+likamrat@users.noreply.github.com> * Kianaharris updates (#796) * Documentation corrections and improvements (#793) * Added Microsoft.KeyVault in the list of required azure resource provider (#792) During deployment identified below service provider needs to be registered too hence added to both PowerShell and cli commands Register-AzResourceProvider -ProviderNamespace "Microsoft.KeyVault" az provider register --namespace Microsoft.Keyvault * Fix minor typos in README.md (#789) * Update password requirements for Windows account (#795) Password length needs to be 14 characters long, in stead of 12 Co-authored-by: Lior Kamrat <46730876+likamrat@users.noreply.github.com> --------- Co-authored-by: Sammy1712 Co-authored-by: Brian Veldman <147204186+brianveldman@users.noreply.github.com> Co-authored-by: Daniel Etten <17641259+danieletten@users.noreply.github.com> Co-authored-by: Lior Kamrat <46730876+likamrat@users.noreply.github.com> * August 2025 release notes --------- Co-authored-by: Lior Kamrat <46730876+likamrat@users.noreply.github.com> Co-authored-by: Jan Egil Ring Co-authored-by: Sammy1712 Co-authored-by: Brian Veldman <147204186+brianveldman@users.noreply.github.com> Co-authored-by: Daniel Etten <17641259+danieletten@users.noreply.github.com> * Kianaharris updates (#809) * Documentation corrections and improvements (#793) * Added Microsoft.KeyVault in the list of required azure resource provider (#792) During deployment identified below service provider needs to be registered too hence added to both PowerShell and cli commands Register-AzResourceProvider -ProviderNamespace "Microsoft.KeyVault" az provider register --namespace Microsoft.Keyvault * Fix minor typos in README.md (#789) * Update password requirements for Windows account (#795) Password length needs to be 14 characters long, in stead of 12 Co-authored-by: Lior Kamrat <46730876+likamrat@users.noreply.github.com> --------- Co-authored-by: Sammy1712 Co-authored-by: Brian Veldman <147204186+brianveldman@users.noreply.github.com> Co-authored-by: Daniel Etten <17641259+danieletten@users.noreply.github.com> Co-authored-by: Lior Kamrat <46730876+likamrat@users.noreply.github.com> * August 2025 release notes * sept 2025 release updates --------- Co-authored-by: Lior Kamrat <46730876+likamrat@users.noreply.github.com> Co-authored-by: Jan Egil Ring Co-authored-by: Sammy1712 Co-authored-by: Brian Veldman <147204186+brianveldman@users.noreply.github.com> Co-authored-by: Daniel Etten <17641259+danieletten@users.noreply.github.com> * Oct/Nov release notes (#854) --------- Co-authored-by: Sammy1712 Co-authored-by: Brian Veldman <147204186+brianveldman@users.noreply.github.com> Co-authored-by: Daniel Etten <17641259+danieletten@users.noreply.github.com> Co-authored-by: Lior Kamrat <46730876+likamrat@users.noreply.github.com> Co-authored-by: Jan Egil Ring --- docs/release_notes/_index.md | 62 ++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) diff --git a/docs/release_notes/_index.md b/docs/release_notes/_index.md index 570a62912..7573d0cbf 100644 --- a/docs/release_notes/_index.md +++ b/docs/release_notes/_index.md @@ -7,6 +7,68 @@ weight: 6 # Arc Jumpstart release notes +## November 2025 + +### Release highlights + +- Secret Store extension for Azure Arc-enabled Kubernetes clusters reaches General Availability (GA) + +### Jumpstart ArcBox + +- No updates for this release + +### Jumpstart LocalBox + +- No updates for this release + +### Jumpstart Drops + +- [Update: "Using Secret Store extension to fetch secrets in Azure Arc-enabled Kubernetes cluster" is now in GA](https://jumpstart.azure.com/azure_jumpstart_drops?drop=Using%20Secret%20Store%20extension%20to%20fetch%20secrets%20in%20Azure%20Arc-enabled%20Kubernetes%20cluster) + +## October 2025 + +### Release highlights + +- Critical fix for ArcBox WinGet bootstrap failures that were causing deployment issues +- LocalBox updated to Azure Local 2509 solution version with enhanced features and stability +- New Jumpstart Drop featuring OPC UA Server integration with Azure IoT Operations + +### Jumpstart ArcBox + +- [[Bug / Issue]: WinGet bootstrap fails and causes ArcBox deployment to fail #3328](https://github.com/microsoft/azure_arc/issues/3328) + +### Jumpstart LocalBox + +- [[Feature Request]: Update LocalBox to the 2509 solution version of Azure Local #3319](https://github.com/microsoft/azure_arc/issues/3319) + +### Jumpstart Drops + +- [New: OPC UA Server connected to AIO](https://jumpstart.azure.com/azure_jumpstart_drops?drop=OPC%20UA%20Server%20connected%20to%20AIO) + +## September 2025 + +### Release highlights + +- Resolved critical bootstrap issues affecting Client VM initialization when using Azure Bastion +- Improved network configuration and security posture across ArcBox deployments +- 3 new Jumpstart Drops focusing on Azure Arc SQL optimization, Edge AI capabilities, and video search applications + +### Jumpstart ArcBox + +- [Bug / Issue: ArcBox - Client VM Bootstrap issues when using Bastion #3312](https://github.com/microsoft/azure_arc/issues/3312) +- [Feature Request: ArcBox - Add support for deployment without public IP #3315](https://github.com/microsoft/azure_arc/issues/3315) +- [Enhancement: Improve ArcBox network configuration and security #3314](https://github.com/microsoft/azure_arc/pull/3314) + +### Jumpstart Drops + +- [New: Azure Arc SQL LeastPrivilege Activation](https://jumpstart.azure.com/azure_jumpstart_drops?drop=Azure%20Arc%20SQL%20LeastPrivilege%20Activation) +- [New: Edge RAG enabled by Azure Arc](https://jumpstart.azure.com/azure_jumpstart_drops?drop=Edge%20RAG%20enabled%20by%20Azure%20Arc) +- [New: Image-Based Video Search Sample Application](https://jumpstart.azure.com/azure_jumpstart_drops?drop=Image-Based%20Video%20Search%20Sample%20Application) + +### Jumpstart SDK + +- No updates for this release + ## August 2025 ### Release highlights From d5973c5a92aa14b7ca065e6ff1ca360b211d0c52 Mon Sep 17 00:00:00 2001 From: Jan Egil Ring Date: Fri, 21 Aug 2026 09:06:40 +0200 Subject: [PATCH 2/3] Add missing Azure resource provider registrations for Compute and Network Signed-off-by: Jan Egil Ring --- docs/azure_jumpstart_localbox/deployment_az/_index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/azure_jumpstart_localbox/deployment_az/_index.md b/docs/azure_jumpstart_localbox/deployment_az/_index.md index f718d5ce8..53428b67a 100644 --- a/docs/azure_jumpstart_localbox/deployment_az/_index.md +++ b/docs/azure_jumpstart_localbox/deployment_az/_index.md @@ -18,6 +18,7 @@ Azure Bicep is used to deploy LocalBox into your Azure subscription. Read on to Run the following PowerShell commands to register: ```powershell + Register-AzResourceProvider -ProviderNamespace "Microsoft.Compute" Register-AzResourceProvider -ProviderNamespace "Microsoft.HybridCompute" Register-AzResourceProvider -ProviderNamespace "Microsoft.GuestConfiguration" Register-AzResourceProvider -ProviderNamespace "Microsoft.HybridConnectivity" @@ -31,11 +32,13 @@ Azure Bicep is used to deploy LocalBox into your Azure subscription. Read on to Register-AzResourceProvider -ProviderNamespace "Microsoft.Storage" Register-AzResourceProvider -ProviderNamespace "Microsoft.Insights" Register-AzResourceProvider -ProviderNamespace "Microsoft.KeyVault" + Register-AzResourceProvider -ProviderNamespace "Microsoft.Network" ``` Alternatively, you can register these providers using Azure CLI: ```shell + az provider register --namespace Microsoft.Compute az provider register --namespace Microsoft.HybridCompute az provider register --namespace Microsoft.GuestConfiguration az provider register --namespace Microsoft.HybridConnectivity @@ -49,6 +52,7 @@ Azure Bicep is used to deploy LocalBox into your Azure subscription. Read on to az provider register --namespace Microsoft.Storage az provider register --namespace Microsoft.Insights az provider register --namespace Microsoft.Keyvault + az provider register --namespace Microsoft.Network ``` - Clone the Arc Jumpstart GitHub repository From efe1db3b24f19e478500612ef77b04a06d992e97 Mon Sep 17 00:00:00 2001 From: Jan Egil Ring Date: Sun, 23 Aug 2026 19:44:29 +0200 Subject: [PATCH 3/3] Add instructions for registering Azure provider features for LocalBox deployment Signed-off-by: Jan Egil Ring --- .../deployment_az/_index.md | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/docs/azure_jumpstart_localbox/deployment_az/_index.md b/docs/azure_jumpstart_localbox/deployment_az/_index.md index 53428b67a..896d4f4c2 100644 --- a/docs/azure_jumpstart_localbox/deployment_az/_index.md +++ b/docs/azure_jumpstart_localbox/deployment_az/_index.md @@ -33,6 +33,15 @@ Azure Bicep is used to deploy LocalBox into your Azure subscription. Read on to Register-AzResourceProvider -ProviderNamespace "Microsoft.Insights" Register-AzResourceProvider -ProviderNamespace "Microsoft.KeyVault" Register-AzResourceProvider -ProviderNamespace "Microsoft.Network" + + Register-AzProviderFeature -ProviderNamespace "Microsoft.Network" -FeatureName "AllowBringYourOwnPublicIpAddress" + + do { + Start-Sleep -Seconds 10 + $feature = Get-AzProviderFeature -ProviderNamespace "Microsoft.Network" -FeatureName "AllowBringYourOwnPublicIpAddress" + } until ($feature.RegistrationState -eq "Registered") + + Register-AzResourceProvider -ProviderNamespace "Microsoft.Network" ``` Alternatively, you can register these providers using Azure CLI: @@ -53,8 +62,25 @@ Azure Bicep is used to deploy LocalBox into your Azure subscription. Read on to az provider register --namespace Microsoft.Insights az provider register --namespace Microsoft.Keyvault az provider register --namespace Microsoft.Network + + az feature register \ + --namespace Microsoft.Network \ + --name AllowBringYourOwnPublicIpAddress + + az feature show \ + --namespace Microsoft.Network \ + --name AllowBringYourOwnPublicIpAddress \ + --query properties.state \ + --output tsv + + az provider register \ + --namespace Microsoft.Network \ + --wait + ``` +> **Note:** Provider feature registration is asynchronous. Wait until Microsoft.Network/AllowBringYourOwnPublicIpAddress reports Registered, then re-register Microsoft.Network to propagate the feature before deploying LocalBox. + - Clone the Arc Jumpstart GitHub repository ```shell