Skip to content

Commit cc11954

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-stack-docs-pr into hubki1-06
2 parents c337e86 + 504b3a9 commit cc11954

File tree

3 files changed

+18
-7
lines changed

3 files changed

+18
-7
lines changed

AKS-Hybrid/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
- name: Resources
168168
items:
169169
- name: Azure Local
170-
href: /azure-local/index
170+
href: /azure/azure-local
171171
- name: Azure Adaptive Cloud
172172
href: /azure/adaptive-cloud
173173
- name: Azure Arc Jumpstart

AKS-Hybrid/deploy-ai-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ To deploy the AI model, follow these steps:
119119

120120
1. Create a YAML file using the following template. KAITO supports popular OSS models such as Falcon, Phi3, Llama2, and Mistral. This list might increase over time.
121121

122-
- The **PresetName** is used to specify which model to deploy, and you can find its value in the [supported model file](https://github.com/Azure/kaito/blob/main/presets/models/supported_models.yaml) in the GitHub repo. In the following example, `falcon-7b-instruct` is used for the model deployment.
122+
- The **PresetName** is used to specify which model to deploy, and you can find its value in the [supported model file](https://github.com/kaito-project/kaito/blob/main/presets/workspace/models/supported_models.yaml) in the GitHub repo. In the following example, `falcon-7b-instruct` is used for the model deployment.
123123
- We recommend using `labelSelector` and `preferredNodes` to explicitly select the GPU node by name. In the following example, `app: llm-inference` is used for the GPU node `moc-le4aoguwyd9`. You can choose any node label you want, as long as the labels match. The next step shows how to label the node.
124124

125125
```yaml

azure-stack/operator/known-issues.md

Lines changed: 16 additions & 5 deletions
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: 12/04/2024
6+
ms.date: 01/06/2025
77
ms.author: sethm
88
ms.reviewer: rtiberiu
99
ms.lastreviewed: 11/30/2023
@@ -121,8 +121,6 @@ To access known issues for a different version, use the version selector dropdow
121121

122122
<!-- ## Alerts -->
123123

124-
<!-- ## Portal -->
125-
126124
<!-- ## Datacenter integration -->
127125

128126
<!-- ## Storage -->
@@ -143,6 +141,17 @@ To access known issues for a different version, use the version selector dropdow
143141

144142
::: moniker-end
145143

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+
146155
::: moniker range="azs-2311"
147156

148157
<!-- ## Update -->
@@ -187,6 +196,8 @@ To access known issues for a different version, use the version selector dropdow
187196

188197
## Portal
189198

199+
### Can't use Flow Timeout and BGP community string DNS options in the portal
200+
190201
- Applicable: This issue applies to release 2311.
191202
- 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.
192203
- 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
229240
<!------------------------------------------------------------>
230241
<!------------------- UNSUPPORTED VERSIONS ------------------->
231242
<!------------------------------------------------------------>
232-
::: moniker range="azs-2311"
233-
## 2311 archived known issues
243+
::: moniker range="azs-2306"
244+
## 2306 archived known issues
234245
::: moniker-end
235246
::: moniker range="azs-2301"
236247
## 2301 archived known issues

0 commit comments

Comments
 (0)