Skip to content

Commit 0d17e7d

Browse files
committed
finish 00-quick-start
1 parent 8d1aad1 commit 0d17e7d

File tree

5 files changed

+244
-159
lines changed

5 files changed

+244
-159
lines changed

src/_infra/azure-infra.ipynb

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,28 @@
2020
"kernelName": "pwsh"
2121
}
2222
},
23-
"outputs": [],
23+
"outputs": [
24+
{
25+
"name": "stdout",
26+
"output_type": "stream",
27+
"text": [
28+
"{\n",
29+
" \"environmentName\": \"AzureCloud\",\n",
30+
" \"homeTenantId\": \"b41b72d0-4e9f-4c26-8a69-f949f367c91d\",\n",
31+
" \"id\": \"0b252e02-9c7a-4d73-8fbc-633c5d111ebc\",\n",
32+
" \"isDefault\": true,\n",
33+
" \"managedByTenants\": [],\n",
34+
" \"name\": \"Visual Studio Professional Subscription\",\n",
35+
" \"state\": \"Enabled\",\n",
36+
" \"tenantId\": \"b41b72d0-4e9f-4c26-8a69-f949f367c91d\",\n",
37+
" \"user\": {\n",
38+
" \"name\": \"Oleksii_Nikiforov@epam.com\",\n",
39+
" \"type\": \"user\"\n",
40+
" }\n",
41+
"}\n"
42+
]
43+
}
44+
],
2445
"source": [
2546
"az account show\n",
2647
"\n",

src/_infra/get-connection-string.ipynb

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -41,20 +41,6 @@
4141
"\n",
4242
"var connectionString = new Uri(connectionStringInput);"
4343
]
44-
},
45-
{
46-
"cell_type": "code",
47-
"execution_count": null,
48-
"metadata": {
49-
"dotnet_interactive": {
50-
"language": "csharp"
51-
},
52-
"polyglot_notebook": {
53-
"kernelName": "csharp"
54-
}
55-
},
56-
"outputs": [],
57-
"source": []
5844
}
5945
],
6046
"metadata": {

0 commit comments

Comments
 (0)