Skip to content

Commit 9f49a5b

Browse files
author
Kimmo Forss
committed
2 parents aa8431a + 8fff449 commit 9f49a5b

33 files changed

+279
-147
lines changed

.openpublishing.publish.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,7 @@
760760
},
761761
{
762762
"path_to_root": "azure-spring-apps-reference-architecture",
763-
"url": "https://github.com/Azure/azure-spring-apps-reference-architecture",
763+
"url": "https://github.com/Azure/azure-spring-apps-landing-zone-accelerator",
764764
"branch": "reference-architecture",
765765
"branch_mapping": {}
766766
},

articles/azure-arc/kubernetes/extensions-release.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Available extensions for Azure Arc-enabled Kubernetes clusters"
3-
ms.date: 03/02/2023
3+
ms.date: 03/17/2023
44
ms.topic: how-to
55
description: "See which extensions are currently available for Azure Arc-enabled Kubernetes clusters and view release notes."
66
---
@@ -110,14 +110,30 @@ For more information, see [Introduction to Kubernetes compute target in AzureML]
110110

111111
## Flux (GitOps)
112112

113-
- **Supported distributions**: All Cloud Native Computing Foundation (CNCF) certified Kubernetes clusters. Not currently supported for ARM 64.
113+
- **Supported distributions**: All Cloud Native Computing Foundation (CNCF) certified Kubernetes clusters.
114114

115115
[GitOps on AKS and Azure Arc-enabled Kubernetes](conceptual-gitops-flux2.md) uses [Flux v2](https://fluxcd.io/docs/), a popular open-source tool set, to help manage cluster configuration and application deployment. GitOps is enabled in the cluster as a `Microsoft.KubernetesConfiguration/extensions/microsoft.flux` cluster extension resource.
116116

117117
For more information, see [Tutorial: Deploy applications using GitOps with Flux v2](tutorial-use-gitops-flux2.md).
118118

119119
The currently supported versions of the `microsoft.flux` extension are described below. The most recent version of the Flux v2 extension and the two previous versions (N-2) are supported. We generally recommend that you use the most recent version of the extension.
120120

121+
### 1.7.0 (March 2023)
122+
123+
Flux version: [Release v0.39.0](https://github.com/fluxcd/flux2/releases/tag/v0.39.0)
124+
125+
- source-controller: v0.34.0
126+
- kustomize-controller: v0.33.0
127+
- helm-controller: v0.29.0
128+
- notification-controller: v0.31.0
129+
- image-automation-controller: v0.29.0
130+
- image-reflector-controller: v0.24.0
131+
132+
Changes made for this version:
133+
134+
- Upgrades Flux to [v0.39.0](https://github.com/fluxcd/flux2/releases/tag/v0.39.0)
135+
- Flux extension is now supported on ARM64-based clusters
136+
121137
### 1.6.4 (February 2023)
122138

123139
Changes made for this version:
@@ -160,22 +176,6 @@ Changes made for this version:
160176
- Fixes bug where [deleting the extension may fail on AKS with Windows node pool](https://github.com/Azure/AKS/issues/3191)
161177
- Adds support for sasToken for Azure blob storage at account level as well as container level
162178

163-
### 1.6.0 (September 2022)
164-
165-
Flux version: [Release v0.33.0](https://github.com/fluxcd/flux2/releases/tag/v0.33.0)
166-
167-
- source-controller: v0.28.0
168-
- kustomize-controller: v0.27.1
169-
- helm-controller: v0.23.1
170-
- notification-controller: v0.25.2
171-
- image-automation-controller: v0.24.2
172-
- image-reflector-controller: v0.20.1
173-
174-
Changes made for this version:
175-
176-
- Upgrades Flux to [v0.33.0](https://github.com/fluxcd/flux2/releases/tag/v0.33.0)
177-
- Fixes Helm-related [security issue](https://github.com/fluxcd/flux2/security/advisories/GHSA-p2g7-xwvr-rrw3)
178-
179179
## Dapr extension for Azure Kubernetes Service (AKS) and Arc-enabled Kubernetes
180180

181181
[Dapr](https://dapr.io/) is a portable, event-driven runtime that simplifies building resilient, stateless, and stateful applications that run on the cloud and edge and embrace the diversity of languages and developer frameworks. The Dapr extension eliminates the overhead of downloading Dapr tooling and manually installing and managing the runtime on your clusters.

articles/azure-functions/durable/durable-functions-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Durable Functions is designed to work with all Azure Functions programming langu
2828
| Java | Functions 4.0+ | Java 8+ | 4.x bundles |
2929

3030
> [!NOTE]
31-
> The new programming model for authoring Functions in Python (V2) is currently in preview. Compared to the current model, the new experience is designed to have a more idiomatic and intuitive. To learn more, see Azure Functions Python [developer guide](../functions-reference-python.md?pivots=python-mode-decorators).
31+
> The new programming model for authoring Functions in Python (V2) is currently in preview. Compared to the current model, the new experience is designed to be more idiomatic and intuitive for Python programmers. To learn more, see Azure Functions Python [developer guide](../functions-reference-python.md?pivots=python-mode-decorators).
3232
>
3333
> In the following code snippets, Python (PM2) denotes programming model V2, the new experience.
3434

articles/azure-functions/functions-create-first-java-gradle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: KarlErickson
55
ms.devlang: java
66
ms.custom: devx-track-java
77
ms.author: karler
8-
ms.topic: how-to
8+
ms.topic: quickstart
99
ms.date: 04/08/2020
1010
---
1111

articles/azure-functions/functions-create-first-quarkus.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Deploy serverless Java apps with Quarkus on Azure Functions
33
description: Learn how to develop, build, and deploy a serverless Java app by using Quarkus on Azure Functions.
44
ms.author: edburns
55
ms.service: azure-functions
6-
ms.topic: how-to
6+
ms.topic: quickstart
77
ms.date: 01/10/2023
88
ms.devlang: java
99
ms.custom: devx-track-java, devx-track-javaee, devx-track-javaee-quarkus-functions, devx-track-javaee-quarkus-functions
@@ -319,4 +319,4 @@ To learn more about Azure Functions and Quarkus, see the following articles and
319319
* [Azure Functions Java developer guide](./functions-reference-java.md)
320320
* [Quickstart: Create a Java function in Azure using Visual Studio Code](./create-first-function-vs-code-java.md)
321321
* [Azure Functions documentation](./index.yml)
322-
* [Quarkus guide to deploying on Azure](https://quarkus.io/guides/deploying-to-azure-cloud)
322+
* [Quarkus guide to deploying on Azure](https://quarkus.io/guides/deploying-to-azure-cloud)

articles/azure-functions/functions-create-maven-eclipse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Create an Azure function app with Java and Eclipse
33
description: How-to guide to create and publish a simple HTTP triggered serverless app using Java and Eclipse to Azure Functions.
4-
ms.topic: how-to
4+
ms.topic: quickstart
55
ms.date: 07/01/2018
66
ms.devlang: java
77
ms.custom: mvc, devcenter, devx-track-java

articles/azure-functions/functions-create-maven-intellij.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Create a Java function in Azure Functions using IntelliJ
33
description: Learn how to use IntelliJ to create an HTTP-triggered Java function and then run it in a serverless environment in Azure.
44
author: karlerickson
5-
ms.topic: how-to
5+
ms.topic: quickstart
66
ms.date: 03/28/2022
77
ms.author: jialuogan
88
ms.devlang: java
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: Azure VMware Solution known issues
3+
description: This article provides details about the known issues of Azure VMware Solution.
4+
ms.topic: reference
5+
ms.custom: "engagement-fy23"
6+
ms.service: azure-vmware
7+
ms.date: 3/17/2023
8+
---
9+
10+
# Known issues: Azure VMware Solution
11+
12+
This article describes the currently known issues with Azure VMware Solution.
13+
14+
Refer to the table below to find details about resolution dates or possible workarounds. For more information about the different feature enhancements and bug fixes in Azure VMware Solution, see [What's New](azure-vmware-solution-platform-updates.md).
15+
16+
|Issue | Date discovered | Workaround | Date resolved |
17+
| :------------------------------------- | :------------ | :------------- | :------------- |
18+
| [VMSA-2021-002 ESXiArgs](https://www.vmware.com/security/advisories/VMSA-2021-0002.html) OpenSLP vulnerability publicized in February 2023 | 2021 | [Disable OpenSLP service](https://kb.vmware.com/s/article/76372) | February 2021 - Resolved in [ESXi 7.0 U3c](concepts-private-clouds-clusters.md#vmware-software-versions) |
19+
20+
In this article, you learned about the currently known issues with the Azure VMware Solution. For more information about the Azure VMware Solution, see:
21+
22+
>[!div class="nextstepaction"]
23+
>[About Azure VMware Solution](introduction.md)

articles/azure-vmware/azure-vmware-solution-platform-updates.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn about the platform updates to Azure VMware Solution.
44
ms.topic: reference
55
ms.custom: "references_regions, engagement-fy23"
66
ms.service: azure-vmware
7-
ms.date: 2/27/2023
7+
ms.date: 3/16/2023
88
---
99

1010
# What's new in Azure VMware Solution
@@ -14,9 +14,9 @@ Microsoft will regularly apply important updates to the Azure VMware Solution fo
1414

1515
## February 2023
1616

17-
All new Azure VMware Solution private clouds are being deployed with NSX-T Data Center version 3.2.2. NSX-T Data Center versions in existing private clouds will be upgraded to NSX-T Data Center version 3.2.2 through April 2023.
17+
All new Azure VMware Solution private clouds are being deployed with VMware NSX-T Data Center version 3.2.2. NSX-T Data Center versions in existing private clouds will be upgraded to NSX-T Data Center version 3.2.2 through April 2023.
1818

19-
VMware HCX Enterprise is now available and supported on Azure VMware Solution at no extra cost. HCX Enterprise brings valuable [services](https://docs.vmware.com/en/VMware-HCX/4.5/hcx-user-guide/GUID-32AF32BD-DE0B-4441-95B3-DF6A27733EED.html) like, Replicated Assisted vMotion (RAV), Mobility Optimized Networking (MON). HCX Enterprise is now automatically installed for all new HCX add-on requests, and existing HCX Advanced customers can upgrade to HCX Enterprise using the Azure portal. Learn more on how to [Install and activate VMware HCX in Azure VMware Solution](https://learn.microsoft.com/azure/azure-vmware/install-vmware-hcx).
19+
VMware HCX Enterprise is now available and supported on Azure VMware Solution at no extra cost. VMware HCX Enterprise brings valuable [services](https://docs.vmware.com/en/VMware-HCX/4.5/hcx-user-guide/GUID-32AF32BD-DE0B-4441-95B3-DF6A27733EED.html) like, Replicated Assisted vMotion (RAV), and Mobility Optimized Networking (MON). VMware HCX Enterprise is now automatically installed for all new VMware HCX add-on requests, and existing VMware HCX Advanced customers can upgrade to VMware HCX Enterprise using the Azure portal. Learn more on how to [Install and activate VMware HCX in Azure VMware Solution](install-vmware-hcx.md).
2020

2121
**Log analytics - monitor Azure VMware Solution**
2222

@@ -149,7 +149,7 @@ Azure VMware Solution will apply the [VMware ESXi 6.7, Patch Release ESXi670-202
149149
Documented workarounds for the vSphere stack, as per [VMSA-2021-0002](https://www.vmware.com/security/advisories/VMSA-2021-0002.html), will also be applied **through March 15, 2021**.
150150

151151
>[!NOTE]
152-
>This is non-disruptive and should not impact Azure VMware Services or workloads. During maintenance, various VMware alerts, such as _Lost network connectivity on DVPorts_ and _Lost uplink redundancy on DVPorts_, appear in vCenter Server and clear automatically as the maintenance progresses.
152+
>This is non-disruptive and should not impact the Azure VMware Solution service or workloads. During maintenance, various VMware vSphere alerts, such as _Lost network connectivity on DVPorts_ and _Lost uplink redundancy on DVPorts_, appear in vCenter Server and clear automatically as the maintenance progresses.
153153
154154
## Post update
155155
Once complete, newer versions of VMware solution components will appear. If you notice any issues or have any questions, contact our support team by opening a support ticket.

0 commit comments

Comments
 (0)