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: articles/machine-learning/known-issues/azure-machine-learning-known-issues.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,11 +22,11 @@ Select the **Title** to view more information about that specific known issue.
22
22
23
23
|Area |Title |Issue publish date |
24
24
|---------|---------|---------|
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 |
Copy file name to clipboardExpand all lines: articles/machine-learning/known-issues/compute-idleshutdown-bicep.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
---
2
2
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.
4
5
author: s-polly
5
6
ms.author: scottpolly
6
7
ms.topic: troubleshooting
@@ -12,7 +13,7 @@ ms.custom: known-issue
12
13
13
14
# Known issue - Idleshutdown property in Bicep template causes error
14
15
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.
16
17
17
18
18
19
@@ -24,18 +25,17 @@ When creating an Azure Machine Learning compute instance through Bicep compiled
24
25
25
26
**Problem area:** Compute
26
27
27
-
**Symptoms**
28
+
## Symptoms
28
29
29
30
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.
30
31
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":::
32
32
33
33
## Solutions and workarounds
34
34
35
35
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:
36
36
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.":::
38
38
39
39
## Next steps
40
40
41
-
-[About known issues](azureml-known-issues.md)
41
+
-[About known issues](azure-machine-learning-known-issues.md)
Copy file name to clipboardExpand all lines: articles/machine-learning/known-issues/compute-slowness-terminal-mounted-path.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
---
2
2
title: Known issue - Slowness in compute instance terminal from a mounted path
3
+
titleSuffix: Azure Machine Learning
3
4
description: While using the compute instance terminal inside a mounted path of data folder, any commands executed from the terminal result in slowness.
4
5
author: s-polly
5
6
ms.author: scottpolly
@@ -24,7 +25,7 @@ While using the compute instance terminal inside a mounted path of a data folder
24
25
25
26
## Symptoms
26
27
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.
28
29
29
30
### Cause
30
31
@@ -48,4 +49,4 @@ On the CI set the path making sure that `LD_LIBRARY_PATH` doesn't contain an emp
48
49
49
50
## Next steps
50
51
51
-
-[About known issues](azureml-known-issues.md)
52
+
-[About known issues](azure-machine-learning-known-issues.md)
0 commit comments