Skip to content

Commit 5b9f80c

Browse files
committed
Resolving PR issues
1 parent a515f79 commit 5b9f80c

13 files changed

+26
-165
lines changed

articles/machine-learning/known-issues/ki-applicaton-sharing-policy-not-supported.md renamed to articles/machine-learning/known-issues/application-sharing-policy-not-supported.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Known issue - Application Sharing Policy isn't supported
3+
titleSuffix: Azure Machine Learning
34
description: Configuring the applicationSharingPolicy property for a compute instance has no effect
45
author: s-polly
56
ms.author: scottpolly
@@ -37,4 +38,4 @@ There's no workaround as this property isn't supported. The documentation will b
3738

3839
## Next steps
3940

40-
- [About known issues](azureml-known-issues.md)
41+
- [About known issues](azure-machine-learning-known-issues.md)

articles/machine-learning/known-issues/azureml-known-issues.md renamed to articles/machine-learning/known-issues/azure-machine-learning-known-issues.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ Select the **Title** to view more information about that specific known issue.
2222

2323
|Area |Title |Issue publish date |
2424
|---------|---------|---------|
25-
|Compute | [Jupyter R Kernel doesn't start in new compute instance images](ki-jupyter-r-kernel-not-starting.md) | August 14, 2023 |
26-
|Compute | [Provisioning error when creating a compute instance with A10 SKU](ki-compute-a10-sku-not-supported.md) | August 14, 2023 |
27-
|Compute | [Idleshutdown property in Bicep template causes error](ki-compute-idleshutdown-bicep.md) | August 14, 2023 |
28-
|Compute | [Slowness in compute instance terminal from a mounted path](ki-compute-slowness-terminal-mounted-path.md)| August 14, 2023|
29-
|Compute| [Creating compute instance after a workspace move results in an Etag conflict error.](ki-workspace-move-ci-same-name.md)| August 14, 2023 |
25+
|Compute | [Jupyter R Kernel doesn't start in new compute instance images](jupyter-r-kernel-not-starting.md) | August 14, 2023 |
26+
|Compute | [Provisioning error when creating a compute instance with A10 SKU](compute-a10-sku-not-supported.md) | August 14, 2023 |
27+
|Compute | [Idleshutdown property in Bicep template causes error](compute-idleshutdown-bicep.md) | August 14, 2023 |
28+
|Compute | [Slowness in compute instance terminal from a mounted path](compute-slowness-terminal-mounted-path.md)| August 14, 2023|
29+
|Compute| [Creating compute instance after a workspace move results in an Etag conflict error.](workspace-move-compute-instance-same-name.md)| August 14, 2023 |
3030

3131

3232
## Next steps

articles/machine-learning/known-issues/ki-compute-a10-sku-not-supported.md renamed to articles/machine-learning/known-issues/compute-a10-sku-not-supported.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Known issue - A10 SKU not supported
3+
titleSuffix: Azure Machine Learning
34
description: While trying to create a compute instance with A10 SKU, users encounter a provisioning error.
45
author: s-polly
56
ms.author: scottpolly
@@ -12,11 +13,9 @@ ms.custom: known-issue
1213

1314
# Known issue - Provisioning error when creating a compute instance with A10 SKU
1415

15-
[!INCLUDE [dev v2](../includes/machine-learning-dev-v2.md)]
16-
1716
While trying to create a compute instance with A10 SKU, you'll encounter a provisioning error.
1817

19-
:::image type="content" source="media/ki-compute-a10-sku-not-supported/ci-a10.png" alt-text="A screenshot showing the provisioning error message":::
18+
:::image type="content" source="media/compute-a10-sku-not-supported/ci-a10.png" alt-text="A screenshot showing the provisioning error message.":::
2019

2120
[!INCLUDE [dev v2](../includes/machine-learning-dev-v2.md)]
2221

@@ -30,4 +29,4 @@ A10 AKUs aren't supported for compute instances. Consult this list of supported
3029

3130
## Next steps
3231

33-
- [About known issues](azureml-known-issues.md)
32+
- [About known issues](azure-machine-learning-known-issues.md)

articles/machine-learning/known-issues/ki-compute-idleshutdown-bicep.md renamed to articles/machine-learning/known-issues/compute-idleshutdown-bicep.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Known issue - Compute | Idleshutdown property in Bicep template causes error
3-
description: Describe the known issue to provide for search optimization
3+
titleSuffix: Azure Machine Learning
4+
description: When creating an Azure Machine Learning compute instance through Bicep compiled using MSBuild NuGet, using the `idleTimeBeforeShutdown` property as described in the API reference results in an error.
45
author: s-polly
56
ms.author: scottpolly
67
ms.topic: troubleshooting
@@ -12,7 +13,7 @@ ms.custom: known-issue
1213

1314
# Known issue - Idleshutdown property in Bicep template causes error
1415

15-
When creating an Azure Machine Learning compute instance through Bicep compiled using [msbuild/nuget](../../azure-resource-manager/bicep/msbuild-bicep-file.md), using the `idleTimeBeforeShutdown` property as described in the API reference [Microsoft.MachineLearningServices workspaces/computes API reference](/azure/templates/microsoft.machinelearningservices/workspaces/computes?pivots=deployment-language-bicep) results in an error.
16+
When creating an Azure Machine Learning compute instance through Bicep compiled using [MSBuild/NuGet](../../azure-resource-manager/bicep/msbuild-bicep-file.md), using the `idleTimeBeforeShutdown` property as described in the API reference [Microsoft.MachineLearningServices workspaces/computes API reference](/azure/templates/microsoft.machinelearningservices/workspaces/computes?pivots=deployment-language-bicep) results in an error.
1617

1718

1819

@@ -24,18 +25,17 @@ When creating an Azure Machine Learning compute instance through Bicep compiled
2425

2526
**Problem area:** Compute
2627

27-
**Symptoms**
28+
## Symptoms
2829

2930
When creating an Azure Machine Learning compute instance through Bicep compiled using [msbuild/nuget](../../azure-resource-manager/bicep/msbuild-bicep-file.md), using the `idleTimeBeforeShutdown` property as described in the API reference [Microsoft.MachineLearningServices workspaces/computes API reference](/azure/templates/microsoft.machinelearningservices/workspaces/computes?pivots=deployment-language-bicep) results in an error.
3031

31-
:::image type="content" source="media/ki-compute-idelshutdown-bicep/error.png" alt-text="An screenshot depicting the error message resulting from the IdleShutdown property being set" lightbox="media/ki-compute-idelshutdown-bicep/error.png":::
3232

3333
## Solutions and workarounds
3434

3535
To allow the property to be set, you can suppress warnings with the `#disable-next-line` directive. Enter `#disable-next-line BCP037` in the template above the line with the warning:
3636

37-
:::image type="content" source="media/ki-compute-idelshutdown-bicep/disable-next-line.png" alt-text="image depicting the use of the #disable-next-line directive":::
37+
:::image type="content" source="media/compute-idelshutdown-bicep/disable-next-line.png" alt-text="Screenshot depicting the use of the #disable-next-line directive.":::
3838

3939
## Next steps
4040

41-
- [About known issues](azureml-known-issues.md)
41+
- [About known issues](azure-machine-learning-known-issues.md)

articles/machine-learning/known-issues/ki-compute-slowness-terminal-mounted-path.md renamed to articles/machine-learning/known-issues/compute-slowness-terminal-mounted-path.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Known issue - Slowness in compute instance terminal from a mounted path
3+
titleSuffix: Azure Machine Learning
34
description: While using the compute instance terminal inside a mounted path of data folder, any commands executed from the terminal result in slowness.
45
author: s-polly
56
ms.author: scottpolly
@@ -24,7 +25,7 @@ While using the compute instance terminal inside a mounted path of a data folder
2425

2526
## Symptoms
2627

27-
While using the compute instance terminal inside a mounted path of a data folder, any commands executed from the terminal result in slowness. This issue is restricted to the terminal; running the commands from SDK sing a notebook works as expected.
28+
While using the compute instance terminal inside a mounted path of a data folder, any commands executed from the terminal result in slowness. This issue is restricted to the terminal; running the commands from SDK using a notebook works as expected.
2829

2930
### Cause
3031

@@ -48,4 +49,4 @@ On the CI set the path making sure that `LD_LIBRARY_PATH` doesn't contain an emp
4849

4950
## Next steps
5051

51-
- [About known issues](azureml-known-issues.md)
52+
- [About known issues](azure-machine-learning-known-issues.md)

articles/machine-learning/known-issues/ki-jupyter-r-kernel-not-starting.md renamed to articles/machine-learning/known-issues/jupyter-r-kernel-not-starting.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Known issue - Compute instance | Jupyter R Kernel doesn't start in new compute instance images
3+
titleSuffix: Azure Machine Learning
34
description: When trying to launch an R kernel in JupyterLab or a notebook in a new compute instance, the kernel fails to start
45
author: s-polly
56
ms.author: scottpolly
@@ -53,4 +54,4 @@ jupyter kernelspec list
5354

5455
## Next steps
5556

56-
- [About known issues](azureml-known-issues.md)
57+
- [About known issues](azure-machine-learning-known-issues.md)

articles/machine-learning/known-issues/ki-automl-error-generated-code.md

Lines changed: 0 additions & 34 deletions
This file was deleted.

articles/machine-learning/known-issues/ki-inferencing-cors-error.md

Lines changed: 0 additions & 41 deletions
This file was deleted.

articles/machine-learning/known-issues/ki-workspace-storage-different-subscription.md

Lines changed: 0 additions & 67 deletions
This file was deleted.

0 commit comments

Comments
 (0)