You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: azure-local/manage/create-logical-networks.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: alkohli
5
5
ms.author: alkohli
6
6
ms.topic: how-to
7
7
ms.service: azure-stack-hci
8
-
ms.date: 10/22/2024
8
+
ms.date: 01/06/2025
9
9
---
10
10
11
11
# Create logical networks for Azure Local
@@ -85,6 +85,11 @@ Complete the following steps to create a logical network using Azure CLI.
85
85
86
86
You can use the `az stack-hci-vm network lnet create` cmdlet to create a logical network on the VM switch for a DHCP or a static IP configuration. The parameters used to create a DHCP and a static logical network are different.
87
87
88
+
> [!NOTE]
89
+
> For both dynamic and static logical networks, the following apply:
90
+
> - Creating logical networks with overlapping IP pools on the same VLAN isn't permitted.
91
+
> - If a VLAN ID isn't specified, the value defaults to 0.
92
+
88
93
#### Create a static logical network via CLI
89
94
90
95
In this release, you can create virtual machines using a static IP only via the Azure CLI.
@@ -127,6 +132,7 @@ Create a static logical network when you want to create virtual machines with ne
127
132
128
133
> [!NOTE]
129
134
> DNS server and gateway must be specified if you're creating a static logical network.
135
+
130
136
131
137
1. Create a static logical network. Run the following cmdlet:
Copy file name to clipboardExpand all lines: azure-stack/operator/known-issues.md
+16-5Lines changed: 16 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Azure Stack Hub known issues
3
3
description: Learn about known issues in Azure Stack Hub releases.
4
4
author: sethmanheim
5
5
ms.topic: article
6
-
ms.date: 12/04/2024
6
+
ms.date: 01/06/2025
7
7
ms.author: sethm
8
8
ms.reviewer: rtiberiu
9
9
ms.lastreviewed: 11/30/2023
@@ -121,8 +121,6 @@ To access known issues for a different version, use the version selector dropdow
121
121
122
122
<!-- ## Alerts -->
123
123
124
-
<!-- ## Portal -->
125
-
126
124
<!-- ## Datacenter integration -->
127
125
128
126
<!-- ## Storage -->
@@ -143,6 +141,17 @@ To access known issues for a different version, use the version selector dropdow
143
141
144
142
::: moniker-end
145
143
144
+
::: moniker range="azs-2406 || azs-2408"
145
+
## Portal
146
+
147
+
### Deployments blade under subscription fails to load
148
+
149
+
- Applicable: This issue applies to release 2406 and later.
150
+
- Cause: Due to a change in how subscription-level deployments are stored, an internal server error occurs when deploying or viewing deployments at subscription scope.
151
+
- Remediation: Microsoft is aware of the issue and is working on a fix.
152
+
- Occurrence: Common.
153
+
::: moniker-end
154
+
146
155
::: moniker range="azs-2311"
147
156
148
157
<!-- ## Update -->
@@ -187,6 +196,8 @@ To access known issues for a different version, use the version selector dropdow
187
196
188
197
## Portal
189
198
199
+
### Can't use Flow Timeout and BGP community string DNS options in the portal
200
+
190
201
- Applicable: This issue applies to release 2311.
191
202
- Cause: In the Azure Stack Hub user portal, under the **Virtual Networks** section, there are three new options for virtual networks: **DNS Servers**, **Flow Timeout**, and **BGP community string**. You can successfully modify the DNS configuration using the **DNS Servers** option. However, attempts to use the **Flow Timeout** and **BGP community string** options result in a failure within the portal notifications. No changes are made to the underlying services; the errors are only in the portal.
192
203
- Remediation: Microsoft is aware of the problem and is working on a fix.
@@ -229,8 +240,8 @@ To access known issues for a different version, use the version selector dropdow
0 commit comments