Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.

Commit 34ed282

Browse files
Correct template-BotApp-with-rg.json else not working (#4027)
Else, it does not deploy!
1 parent 49287f4 commit 34ed282

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

samples/python/02.echo-bot/deploymentTemplates/deployUseExistResourceGroup/template-BotApp-with-rg.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@
239239
"linuxFxVersion": "PYTHON|3.9",
240240
"requestTracingEnabled": false,
241241
"remoteDebuggingEnabled": false,
242-
"remoteDebuggingVersion": "VS2017",
242+
"remoteDebuggingVersion": "VS2022",
243243
"httpLoggingEnabled": true,
244244
"logsDirectorySizeLimit": 35,
245245
"detailedErrorLoggingEnabled": false,
@@ -275,4 +275,4 @@
275275
}
276276
}
277277
]
278-
}
278+
}

0 commit comments

Comments
 (0)