From cef1a738fa2ef5043b4fc7b454eb9732e6694322 Mon Sep 17 00:00:00 2001 From: Jie Shen Date: Mon, 6 Sep 2021 14:28:30 +0800 Subject: [PATCH] Fix Azure Spring Cloud samples for mount disk --- .../examples/Apps_CreateOrUpdate.json | 12 ++++++------ .../2019-05-01-preview/examples/Apps_Get.json | 4 ++-- .../2019-05-01-preview/examples/Apps_List.json | 4 ++-- .../2019-05-01-preview/examples/Apps_Update.json | 12 ++++++------ .../examples/Apps_CreateOrUpdate.json | 16 ++++++++-------- .../2020-11-01-preview/examples/Apps_Get.json | 4 ++-- .../2020-11-01-preview/examples/Apps_List.json | 4 ++-- .../2020-11-01-preview/examples/Apps_Update.json | 12 ++++++------ .../examples/Apps_CreateOrUpdate.json | 16 ++++++++-------- .../2021-06-01-preview/examples/Apps_Get.json | 4 ++-- .../2021-06-01-preview/examples/Apps_List.json | 4 ++-- .../2021-06-01-preview/examples/Apps_Update.json | 12 ++++++------ .../2020-07-01/examples/Apps_CreateOrUpdate.json | 16 ++++++++-------- .../stable/2020-07-01/examples/Apps_Get.json | 4 ++-- .../stable/2020-07-01/examples/Apps_List.json | 4 ++-- .../stable/2020-07-01/examples/Apps_Update.json | 12 ++++++------ 16 files changed, 70 insertions(+), 70 deletions(-) diff --git a/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2019-05-01-preview/examples/Apps_CreateOrUpdate.json b/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2019-05-01-preview/examples/Apps_CreateOrUpdate.json index be7ae73efb86..c8a2405e888e 100644 --- a/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2019-05-01-preview/examples/Apps_CreateOrUpdate.json +++ b/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2019-05-01-preview/examples/Apps_CreateOrUpdate.json @@ -8,11 +8,11 @@ "httpsOnly": false, "temporaryDisk": { "sizeInGB": 2, - "mountPath": "mytemporarydisk" + "mountPath": "/mytemporarydisk" }, "persistentDisk": { "sizeInGB": 2, - "mountPath": "mypersistentdisk" + "mountPath": "/mypersistentdisk" } }, "identity": null, @@ -36,12 +36,12 @@ "httpsOnly": false, "temporaryDisk": { "sizeInGB": 2, - "mountPath": "mytemporarydisk" + "mountPath": "/mytemporarydisk" }, "persistentDisk": { "sizeInGB": 2, "usedInGB": 1, - "mountPath": "mypersistentdisk" + "mountPath": "/mypersistentdisk" } }, "type": "Microsoft.AppPlatform/Spring/apps", @@ -66,12 +66,12 @@ "httpsOnly": false, "temporaryDisk": { "sizeInGB": 2, - "mountPath": "mytemporarydisk" + "mountPath": "/mytemporarydisk" }, "persistentDisk": { "sizeInGB": 2, "usedInGB": 1, - "mountPath": "mypersistentdisk" + "mountPath": "/mypersistentdisk" } }, "type": "Microsoft.AppPlatform/Spring/apps", diff --git a/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2019-05-01-preview/examples/Apps_Get.json b/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2019-05-01-preview/examples/Apps_Get.json index d939253e293a..0406834aeb98 100644 --- a/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2019-05-01-preview/examples/Apps_Get.json +++ b/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2019-05-01-preview/examples/Apps_Get.json @@ -18,12 +18,12 @@ "httpsOnly": false, "temporaryDisk": { "sizeInGB": 2, - "mountPath": "mytemporarydisk" + "mountPath": "/mytemporarydisk" }, "persistentDisk": { "sizeInGB": 2, "usedInGB": 1, - "mountPath": "mypersistentdisk" + "mountPath": "/mypersistentdisk" } }, "type": "Microsoft.AppPlatform/Spring/apps", diff --git a/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2019-05-01-preview/examples/Apps_List.json b/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2019-05-01-preview/examples/Apps_List.json index 2d5263ba9412..d8a6e46355c2 100644 --- a/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2019-05-01-preview/examples/Apps_List.json +++ b/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2019-05-01-preview/examples/Apps_List.json @@ -19,12 +19,12 @@ "httpsOnly": false, "temporaryDisk": { "sizeInGB": 2, - "mountPath": "mytemporarydisk" + "mountPath": "/mytemporarydisk" }, "persistentDisk": { "sizeInGB": 2, "usedInGB": 1, - "mountPath": "mypersistentdisk" + "mountPath": "/mypersistentdisk" } }, "type": "Microsoft.AppPlatform/Spring/apps", diff --git a/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2019-05-01-preview/examples/Apps_Update.json b/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2019-05-01-preview/examples/Apps_Update.json index d54122ac471b..f739f4c46ccc 100644 --- a/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2019-05-01-preview/examples/Apps_Update.json +++ b/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2019-05-01-preview/examples/Apps_Update.json @@ -8,11 +8,11 @@ "httpsOnly": false, "temporaryDisk": { "sizeInGB": 2, - "mountPath": "mytemporarydisk" + "mountPath": "/mytemporarydisk" }, "persistentDisk": { "sizeInGB": 2, - "mountPath": "mypersistentdisk" + "mountPath": "/mypersistentdisk" } }, "identity": { @@ -40,12 +40,12 @@ "httpsOnly": false, "temporaryDisk": { "sizeInGB": 2, - "mountPath": "mytemporarydisk" + "mountPath": "/mytemporarydisk" }, "persistentDisk": { "sizeInGB": 2, "usedInGB": 1, - "mountPath": "mypersistentdisk" + "mountPath": "/mypersistentdisk" } }, "type": "Microsoft.AppPlatform/Spring/apps", @@ -70,12 +70,12 @@ "httpsOnly": false, "temporaryDisk": { "sizeInGB": 2, - "mountPath": "mytemporarydisk" + "mountPath": "/mytemporarydisk" }, "persistentDisk": { "sizeInGB": 2, "usedInGB": 1, - "mountPath": "mypersistentdisk" + "mountPath": "/mypersistentdisk" } }, "type": "Microsoft.AppPlatform/Spring/apps", diff --git a/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Apps_CreateOrUpdate.json b/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Apps_CreateOrUpdate.json index 6d628ddd30fc..d71e4021c799 100644 --- a/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Apps_CreateOrUpdate.json +++ b/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Apps_CreateOrUpdate.json @@ -9,11 +9,11 @@ "enableEndToEndTLS": false, "temporaryDisk": { "sizeInGB": 2, - "mountPath": "mytemporarydisk" + "mountPath": "/mytemporarydisk" }, "persistentDisk": { "sizeInGB": 2, - "mountPath": "mypersistentdisk" + "mountPath": "/mypersistentdisk" } }, "identity": null, @@ -38,12 +38,12 @@ "enableEndToEndTLS": false, "temporaryDisk": { "sizeInGB": 2, - "mountPath": "mytemporarydisk" + "mountPath": "/mytemporarydisk" }, "persistentDisk": { "sizeInGB": 2, "usedInGB": 1, - "mountPath": "mypersistentdisk" + "mountPath": "/mypersistentdisk" } }, "type": "Microsoft.AppPlatform/Spring/apps", @@ -69,12 +69,12 @@ "enableEndToEndTLS": false, "temporaryDisk": { "sizeInGB": 2, - "mountPath": "mytemporarydisk" + "mountPath": "/mytemporarydisk" }, "persistentDisk": { "sizeInGB": 2, "usedInGB": 1, - "mountPath": "mypersistentdisk" + "mountPath": "/mypersistentdisk" } }, "type": "Microsoft.AppPlatform/Spring/apps", @@ -100,12 +100,12 @@ "enableEndToEndTLS": false, "temporaryDisk": { "sizeInGB": 2, - "mountPath": "mytemporarydisk" + "mountPath": "/mytemporarydisk" }, "persistentDisk": { "sizeInGB": 2, "usedInGB": 1, - "mountPath": "mypersistentdisk" + "mountPath": "/mypersistentdisk" } }, "type": "Microsoft.AppPlatform/Spring/apps", diff --git a/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Apps_Get.json b/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Apps_Get.json index fd8dfb52a822..8bbe154ce197 100644 --- a/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Apps_Get.json +++ b/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Apps_Get.json @@ -19,12 +19,12 @@ "enableEndToEndTLS": false, "temporaryDisk": { "sizeInGB": 2, - "mountPath": "mytemporarydisk" + "mountPath": "/mytemporarydisk" }, "persistentDisk": { "sizeInGB": 2, "usedInGB": 1, - "mountPath": "mypersistentdisk" + "mountPath": "/mypersistentdisk" } }, "type": "Microsoft.AppPlatform/Spring/apps", diff --git a/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Apps_List.json b/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Apps_List.json index c35ab02258c3..6dce0bd8ef19 100644 --- a/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Apps_List.json +++ b/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Apps_List.json @@ -20,12 +20,12 @@ "enableEndToEndTLS": false, "temporaryDisk": { "sizeInGB": 2, - "mountPath": "mytemporarydisk" + "mountPath": "/mytemporarydisk" }, "persistentDisk": { "sizeInGB": 2, "usedInGB": 1, - "mountPath": "mypersistentdisk" + "mountPath": "/mypersistentdisk" } }, "type": "Microsoft.AppPlatform/Spring/apps", diff --git a/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Apps_Update.json b/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Apps_Update.json index 161ae68e9824..009c52a261c9 100644 --- a/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Apps_Update.json +++ b/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Apps_Update.json @@ -9,11 +9,11 @@ "enableEndToEndTLS": false, "temporaryDisk": { "sizeInGB": 2, - "mountPath": "mytemporarydisk" + "mountPath": "/mytemporarydisk" }, "persistentDisk": { "sizeInGB": 2, - "mountPath": "mypersistentdisk" + "mountPath": "/mypersistentdisk" } }, "identity": { @@ -42,12 +42,12 @@ "enableEndToEndTLS": false, "temporaryDisk": { "sizeInGB": 2, - "mountPath": "mytemporarydisk" + "mountPath": "/mytemporarydisk" }, "persistentDisk": { "sizeInGB": 2, "usedInGB": 1, - "mountPath": "mypersistentdisk" + "mountPath": "/mypersistentdisk" } }, "type": "Microsoft.AppPlatform/Spring/apps", @@ -73,12 +73,12 @@ "enableEndToEndTLS": false, "temporaryDisk": { "sizeInGB": 2, - "mountPath": "mytemporarydisk" + "mountPath": "/mytemporarydisk" }, "persistentDisk": { "sizeInGB": 2, "usedInGB": 1, - "mountPath": "mypersistentdisk" + "mountPath": "/mypersistentdisk" } }, "type": "Microsoft.AppPlatform/Spring/apps", diff --git a/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2021-06-01-preview/examples/Apps_CreateOrUpdate.json b/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2021-06-01-preview/examples/Apps_CreateOrUpdate.json index 7359f1fb4d42..5e689d6a5091 100644 --- a/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2021-06-01-preview/examples/Apps_CreateOrUpdate.json +++ b/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2021-06-01-preview/examples/Apps_CreateOrUpdate.json @@ -9,11 +9,11 @@ "enableEndToEndTLS": false, "temporaryDisk": { "sizeInGB": 2, - "mountPath": "mytemporarydisk" + "mountPath": "/mytemporarydisk" }, "persistentDisk": { "sizeInGB": 2, - "mountPath": "mypersistentdisk" + "mountPath": "/mypersistentdisk" } }, "identity": null, @@ -38,12 +38,12 @@ "enableEndToEndTLS": false, "temporaryDisk": { "sizeInGB": 2, - "mountPath": "mytemporarydisk" + "mountPath": "/mytemporarydisk" }, "persistentDisk": { "sizeInGB": 2, "usedInGB": 1, - "mountPath": "mypersistentdisk" + "mountPath": "/mypersistentdisk" } }, "type": "Microsoft.AppPlatform/Spring/apps", @@ -69,12 +69,12 @@ "enableEndToEndTLS": false, "temporaryDisk": { "sizeInGB": 2, - "mountPath": "mytemporarydisk" + "mountPath": "/mytemporarydisk" }, "persistentDisk": { "sizeInGB": 2, "usedInGB": 1, - "mountPath": "mypersistentdisk" + "mountPath": "/mypersistentdisk" } }, "type": "Microsoft.AppPlatform/Spring/apps", @@ -100,12 +100,12 @@ "enableEndToEndTLS": false, "temporaryDisk": { "sizeInGB": 2, - "mountPath": "mytemporarydisk" + "mountPath": "/mytemporarydisk" }, "persistentDisk": { "sizeInGB": 2, "usedInGB": 1, - "mountPath": "mypersistentdisk" + "mountPath": "/mypersistentdisk" } }, "type": "Microsoft.AppPlatform/Spring/apps", diff --git a/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2021-06-01-preview/examples/Apps_Get.json b/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2021-06-01-preview/examples/Apps_Get.json index de91aff81739..1abdd922a07e 100644 --- a/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2021-06-01-preview/examples/Apps_Get.json +++ b/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2021-06-01-preview/examples/Apps_Get.json @@ -19,12 +19,12 @@ "enableEndToEndTLS": false, "temporaryDisk": { "sizeInGB": 2, - "mountPath": "mytemporarydisk" + "mountPath": "/mytemporarydisk" }, "persistentDisk": { "sizeInGB": 2, "usedInGB": 1, - "mountPath": "mypersistentdisk" + "mountPath": "/mypersistentdisk" } }, "type": "Microsoft.AppPlatform/Spring/apps", diff --git a/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2021-06-01-preview/examples/Apps_List.json b/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2021-06-01-preview/examples/Apps_List.json index ea87852b56fb..6062f4377d34 100644 --- a/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2021-06-01-preview/examples/Apps_List.json +++ b/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2021-06-01-preview/examples/Apps_List.json @@ -20,12 +20,12 @@ "enableEndToEndTLS": false, "temporaryDisk": { "sizeInGB": 2, - "mountPath": "mytemporarydisk" + "mountPath": "/mytemporarydisk" }, "persistentDisk": { "sizeInGB": 2, "usedInGB": 1, - "mountPath": "mypersistentdisk" + "mountPath": "/mypersistentdisk" } }, "type": "Microsoft.AppPlatform/Spring/apps", diff --git a/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2021-06-01-preview/examples/Apps_Update.json b/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2021-06-01-preview/examples/Apps_Update.json index a103ecf7dd33..ad8365b07532 100644 --- a/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2021-06-01-preview/examples/Apps_Update.json +++ b/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2021-06-01-preview/examples/Apps_Update.json @@ -9,11 +9,11 @@ "enableEndToEndTLS": false, "temporaryDisk": { "sizeInGB": 2, - "mountPath": "mytemporarydisk" + "mountPath": "/mytemporarydisk" }, "persistentDisk": { "sizeInGB": 2, - "mountPath": "mypersistentdisk" + "mountPath": "/mypersistentdisk" } }, "identity": { @@ -42,12 +42,12 @@ "enableEndToEndTLS": false, "temporaryDisk": { "sizeInGB": 2, - "mountPath": "mytemporarydisk" + "mountPath": "/mytemporarydisk" }, "persistentDisk": { "sizeInGB": 2, "usedInGB": 1, - "mountPath": "mypersistentdisk" + "mountPath": "/mypersistentdisk" } }, "type": "Microsoft.AppPlatform/Spring/apps", @@ -73,12 +73,12 @@ "enableEndToEndTLS": false, "temporaryDisk": { "sizeInGB": 2, - "mountPath": "mytemporarydisk" + "mountPath": "/mytemporarydisk" }, "persistentDisk": { "sizeInGB": 2, "usedInGB": 1, - "mountPath": "mypersistentdisk" + "mountPath": "/mypersistentdisk" } }, "type": "Microsoft.AppPlatform/Spring/apps", diff --git a/specification/appplatform/resource-manager/Microsoft.AppPlatform/stable/2020-07-01/examples/Apps_CreateOrUpdate.json b/specification/appplatform/resource-manager/Microsoft.AppPlatform/stable/2020-07-01/examples/Apps_CreateOrUpdate.json index 00f59981c650..f361cb9ace5d 100644 --- a/specification/appplatform/resource-manager/Microsoft.AppPlatform/stable/2020-07-01/examples/Apps_CreateOrUpdate.json +++ b/specification/appplatform/resource-manager/Microsoft.AppPlatform/stable/2020-07-01/examples/Apps_CreateOrUpdate.json @@ -8,11 +8,11 @@ "httpsOnly": false, "temporaryDisk": { "sizeInGB": 2, - "mountPath": "mytemporarydisk" + "mountPath": "/mytemporarydisk" }, "persistentDisk": { "sizeInGB": 2, - "mountPath": "mypersistentdisk" + "mountPath": "/mypersistentdisk" } }, "identity": null, @@ -36,12 +36,12 @@ "httpsOnly": false, "temporaryDisk": { "sizeInGB": 2, - "mountPath": "mytemporarydisk" + "mountPath": "/mytemporarydisk" }, "persistentDisk": { "sizeInGB": 2, "usedInGB": 1, - "mountPath": "mypersistentdisk" + "mountPath": "/mypersistentdisk" } }, "type": "Microsoft.AppPlatform/Spring/apps", @@ -66,12 +66,12 @@ "httpsOnly": false, "temporaryDisk": { "sizeInGB": 2, - "mountPath": "mytemporarydisk" + "mountPath": "/mytemporarydisk" }, "persistentDisk": { "sizeInGB": 2, "usedInGB": 1, - "mountPath": "mypersistentdisk" + "mountPath": "/mypersistentdisk" } }, "type": "Microsoft.AppPlatform/Spring/apps", @@ -96,12 +96,12 @@ "httpsOnly": false, "temporaryDisk": { "sizeInGB": 2, - "mountPath": "mytemporarydisk" + "mountPath": "/mytemporarydisk" }, "persistentDisk": { "sizeInGB": 2, "usedInGB": 1, - "mountPath": "mypersistentdisk" + "mountPath": "/mypersistentdisk" } }, "type": "Microsoft.AppPlatform/Spring/apps", diff --git a/specification/appplatform/resource-manager/Microsoft.AppPlatform/stable/2020-07-01/examples/Apps_Get.json b/specification/appplatform/resource-manager/Microsoft.AppPlatform/stable/2020-07-01/examples/Apps_Get.json index 7e1677db0f60..60373a26e596 100644 --- a/specification/appplatform/resource-manager/Microsoft.AppPlatform/stable/2020-07-01/examples/Apps_Get.json +++ b/specification/appplatform/resource-manager/Microsoft.AppPlatform/stable/2020-07-01/examples/Apps_Get.json @@ -18,12 +18,12 @@ "httpsOnly": false, "temporaryDisk": { "sizeInGB": 2, - "mountPath": "mytemporarydisk" + "mountPath": "/mytemporarydisk" }, "persistentDisk": { "sizeInGB": 2, "usedInGB": 1, - "mountPath": "mypersistentdisk" + "mountPath": "/mypersistentdisk" } }, "type": "Microsoft.AppPlatform/Spring/apps", diff --git a/specification/appplatform/resource-manager/Microsoft.AppPlatform/stable/2020-07-01/examples/Apps_List.json b/specification/appplatform/resource-manager/Microsoft.AppPlatform/stable/2020-07-01/examples/Apps_List.json index 68aa39ece302..c1c71fdca7d7 100644 --- a/specification/appplatform/resource-manager/Microsoft.AppPlatform/stable/2020-07-01/examples/Apps_List.json +++ b/specification/appplatform/resource-manager/Microsoft.AppPlatform/stable/2020-07-01/examples/Apps_List.json @@ -19,12 +19,12 @@ "httpsOnly": false, "temporaryDisk": { "sizeInGB": 2, - "mountPath": "mytemporarydisk" + "mountPath": "/mytemporarydisk" }, "persistentDisk": { "sizeInGB": 2, "usedInGB": 1, - "mountPath": "mypersistentdisk" + "mountPath": "/mypersistentdisk" } }, "type": "Microsoft.AppPlatform/Spring/apps", diff --git a/specification/appplatform/resource-manager/Microsoft.AppPlatform/stable/2020-07-01/examples/Apps_Update.json b/specification/appplatform/resource-manager/Microsoft.AppPlatform/stable/2020-07-01/examples/Apps_Update.json index fd3aeaa6e3da..31d66462b0d6 100644 --- a/specification/appplatform/resource-manager/Microsoft.AppPlatform/stable/2020-07-01/examples/Apps_Update.json +++ b/specification/appplatform/resource-manager/Microsoft.AppPlatform/stable/2020-07-01/examples/Apps_Update.json @@ -8,11 +8,11 @@ "httpsOnly": false, "temporaryDisk": { "sizeInGB": 2, - "mountPath": "mytemporarydisk" + "mountPath": "/mytemporarydisk" }, "persistentDisk": { "sizeInGB": 2, - "mountPath": "mypersistentdisk" + "mountPath": "/mypersistentdisk" } }, "identity": { @@ -40,12 +40,12 @@ "httpsOnly": false, "temporaryDisk": { "sizeInGB": 2, - "mountPath": "mytemporarydisk" + "mountPath": "/mytemporarydisk" }, "persistentDisk": { "sizeInGB": 2, "usedInGB": 1, - "mountPath": "mypersistentdisk" + "mountPath": "/mypersistentdisk" } }, "type": "Microsoft.AppPlatform/Spring/apps", @@ -70,12 +70,12 @@ "httpsOnly": false, "temporaryDisk": { "sizeInGB": 2, - "mountPath": "mytemporarydisk" + "mountPath": "/mytemporarydisk" }, "persistentDisk": { "sizeInGB": 2, "usedInGB": 1, - "mountPath": "mypersistentdisk" + "mountPath": "/mypersistentdisk" } }, "type": "Microsoft.AppPlatform/Spring/apps",