@@ -97,12 +97,76 @@ This menu-driven interface provides quick access to:
9797Example output from option 2 (Verify local setup):
9898```
9999🔍 APIM Samples Local Environment Verification
100+ ==================================================
101+
102+ 📋 Virtual Environment
103+ ----------------------
100104✅ Virtual environment is active
101- ✅ All required packages installed
102- ✅ Shared modules can be imported
103- ✅ .env file configured
104- ⚠️ Jupyter kernel not found
105- ✅ VS Code settings configured
105+
106+ 📋 Required Packages
107+ --------------------
108+ ✅ requests is installed
109+ ✅ ipykernel is installed
110+ ✅ jupyter is installed
111+ ✅ python-dotenv is installed
112+
113+ 📋 Shared Modules
114+ -----------------
115+ ✅ All shared modules can be imported
116+
117+ 📋 Environment File
118+ -------------------
119+ ✅ .env file is configured correctly
120+
121+ 📋 Azure CLI
122+ ------------
123+ ✅ Azure CLI is installed (azure-cli 2.81.0)
124+
125+ 📋 Azure Bicep CLI
126+ ------------------
127+ ✅ Azure Bicep CLI is installed (az bicep version: Bicep CLI version 0.39.26 (1e90b06e40))
128+
129+ 📋 Azure Providers
130+ ------------------
131+ Registered providers:
132+ - Microsoft.ApiManagement
133+ - Microsoft.App
134+ - Microsoft.Authorization
135+ - Microsoft.CognitiveServices
136+ - Microsoft.ContainerRegistry
137+ - Microsoft.KeyVault
138+ - Microsoft.Maps
139+ - Microsoft.ManagedIdentity
140+ - Microsoft.Network
141+ - Microsoft.OperationalInsights
142+ - Microsoft.Resources
143+ - Microsoft.Storage
144+ ✅ All required Azure providers are registered
145+
146+ 📋 Jupyter Kernel
147+ -----------------
148+ ✅ APIM Samples Jupyter kernel is registered
149+
150+ 📋 VS Code Settings
151+ -------------------
152+ ✅ VS Code settings are configured correctly
153+
154+ 📋 Summary
155+ ----------
156+ ✅ Virtual Environment : PASS
157+ ✅ Required Packages : PASS
158+ ✅ Shared Modules : PASS
159+ ✅ Environment File : PASS
160+ ✅ Azure CLI : PASS
161+ ✅ Azure Bicep CLI : PASS
162+ ✅ Azure Providers : PASS
163+ ✅ Jupyter Kernel : PASS
164+ ✅ VS Code Settings : PASS
165+
166+ 📊 Overall: 9/9 checks passed
167+
168+ 🎉 All checks passed! Your local environment is ready for APIM Samples.
169+ 💡 You can now open any notebook and it should work seamlessly.
106170```
107171
108172---
0 commit comments