Skip to content

Commit a3a0845

Browse files
Merge pull request #15762 from sethmanheim/hubrel9-3
Add a few Hub known issues
2 parents 8d51bb6 + d0c6e16 commit a3a0845

File tree

3 files changed

+18
-7
lines changed

3 files changed

+18
-7
lines changed

azure-stack/operator/known-issues.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure Stack Hub known issues
33
description: Learn about known issues in Azure Stack Hub releases.
44
author: sethmanheim
55
ms.topic: article
6-
ms.date: 07/23/2024
6+
ms.date: 09/03/2024
77
ms.author: sethm
88
ms.reviewer: rtiberiu
99
ms.lastreviewed: 11/30/2023
@@ -47,6 +47,13 @@ To access known issues for a different version, use the version selector dropdow
4747
- Remediation: Microsoft is aware of the problem and is working on a fix.
4848
- Occurrence: Common.
4949

50+
### Standard Load Balancer portal error
51+
52+
- Applicable: This issue applies to release 2406 and later.
53+
- Cause: The Standard Load Balancer portal blades for **Logs** and **Diagnostic settings** both show errors displaying the content.
54+
- Remediation: The Standard Load Balancer in Azure Stack Hub does not support any diagnostic features.
55+
- Occurrence: Common.
56+
5057
<!-- ## Alerts -->
5158

5259
<!-- ## Portal -->

azure-stack/user/azure-stack-network-differences.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Azure Stack Hub networking differences
33
description: Learn about differences and considerations when working with networking in Azure Stack Hub.
44
author: sethmanheim
5-
ms.date: 03/28/2024
5+
ms.date: 09/03/2024
66
ms.topic: article
77
ms.author: sethm
88
ms.reviewer: rtiberiu
@@ -55,6 +55,7 @@ This article provides an overview of the unique considerations for Azure Stack H
5555
| | Availability Configuration | Active/Active | Active/Passive |
5656
| | UsePolicyBasedTrafficSelectors | Azure supports using policy-based traffic selectors with route-based gateway connections. | Not yet supported. |
5757
| | Monitoring and Alerts | Azure uses Azure Monitor to set up alerts for VPN resources. | Not yet supported.|
58+
| | ASN | Azure supports 4-byte ASNs. | Azure Stack Hub only supports 2-byte ASNs (up to 65535).|
5859
| Load balancer | SKU | Basic and Standard Load Balancers are supported | Only the Basic Load Balancer is supported. The Standard Load Balancer is currently in public preview. For information, see [Standard Load Balancer considerations](standard-load-balancer-considerations.md).<br>The SKU property isn't supported.<br>The Basic SKU load balancer supports 200 front-end IP configurations per load balancer. |
5960
| | Zones | Availability Zones are Supported. | Not yet supported |
6061
| | Inbound NAT rules support for service endpoints | Azure supports specifying Service Endpoints for inbound NAT rules. | Azure Stack Hub doesn't yet support service endpoints, so these rules can't be specified. |
@@ -82,9 +83,9 @@ This article provides an overview of the unique considerations for Azure Stack H
8283
| Virtual Machine Scale Sets | Public IP per Virtual Machine | Supported | Not supported. If needed, similar functionality can be achieved with a load balancer. |
8384
| | Update or change VMs primary NIC | Supported | Not supported. It's not possible to elevate a secondary NIC to primary or vice versa in Azure Stack Hub. |
8485

85-
## API versions
86+
## API versions
8687

87-
Azure Stack Hub Networking supports the following API versions:
88+
Azure Stack Hub Networking supports the following API versions:
8889

8990
- 2018-11-01
9091
- 2018-10-01

azure-stack/user/standard-load-balancer-considerations.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Standard Load Balancer considerations in Azure Stack Hub and Azure
33
description: Learn about differences in the Standard Load Balancer between Azure Stack Hub and Azure.
44
author: sethmanheim
55
ms.topic: conceptual
6-
ms.date: 07/23/2024
6+
ms.date: 09/03/2024
77
ms.author: sethm
88
ms.reviewer: rtiberiu
99
ms.lastreviewed: 03/29/2024
@@ -19,7 +19,7 @@ Azure Stack Hub now supports the Standard Load Balancer SKU. While this new SKU
1919

2020
## Main differences in Standard Load Balancer between Azure and Azure Stack Hub
2121

22-
| Features | Azure | Azure Stack Hub |
22+
| Feature | Azure | Azure Stack Hub |
2323
|------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------|
2424
| Backend pool size | Supports up to 5000 instances. | Not limited by Standard Load Balancer itself - depends on the number of VMs on the stamp. |
2525
| Backend pool endpoints | Any virtual machine, virtual machine scale sets, or IP address in a single virtual network. | Virtual machines and scale sets on a single virtual network only. No IP addresses supported. |
@@ -39,7 +39,7 @@ Azure Stack Hub now supports the Standard Load Balancer SKU. While this new SKU
3939

4040
## Main differences between Basic and Standard Load Balancer on Azure Stack Hub
4141

42-
| Features | Standard Load Balancer | Basic Load Balancer |
42+
| Feature | Standard Load Balancer | Basic Load Balancer |
4343
|------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------|
4444
| Backend pool size | Not limited by the Standard Load Balancer itself - depends on the number of VMs on the stamp. | Depends on stamp capacity. |
4545
| Backend pool endpoints | Virtual machines and scale sets on the same virtual network. | Virtual machines or virtual machine scale set on the same virtual network. It cannot include both types in the same backend pool. |
@@ -69,6 +69,9 @@ The following scenarios were validated for the Standard Load Balancer on Azure S
6969
- Internal load balancer with HA ports.
7070
- Internal load balancer with HA ports and floating IP.
7171

72+
> [!NOTE]
73+
> Portal diagnostic features for the Standard Load Balancer are not supported.
74+
7275
## Next steps
7376

7477
- [Considerations for Azure Stack Hub networking](azure-stack-network-differences.md)

0 commit comments

Comments
 (0)