From 9a0cf53c5fb0b72e4469e8289e7c3cf74d332302 Mon Sep 17 00:00:00 2001 From: Osvaldo Calles Date: Tue, 30 Apr 2024 14:55:54 -0700 Subject: [PATCH] Add step to developer-guide to use ppe in msft-learn-mock --- Developer-guide.ipynb | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/Developer-guide.ipynb b/Developer-guide.ipynb index 2c3a02a5c..577d8e981 100644 --- a/Developer-guide.ipynb +++ b/Developer-guide.ipynb @@ -352,6 +352,29 @@ "Start-Process \"http://127.0.0.1:7063/site/DocsHost.html?trydotnetUrl=https://localhost:7061/api/trydotnet.min.js&trydotnetOrigin=https://localhost:7061/\"" ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Or use the internal pre-production environment" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": { + "dotnet_interactive": { + "language": "pwsh" + }, + "polyglot_notebook": { + "kernelName": "pwsh" + } + }, + "outputs": [], + "source": [ + "Start-Process \"http://127.0.0.1:7063/site/DocsHost.html?trydotnetUrl=https://try-ppe.dot.net/api/trydotnet.min.js&trydotnetOrigin=https://try-ppe.dot.net\"" + ] + }, { "attachments": { "image.png": {