Skip to content

Commit e2bd49a

Browse files
committed
support for empty aad tenant id
1 parent 4c371ed commit e2bd49a

8 files changed

+6668
-1929
lines changed

Diff for: samples/AppInsights/TroubleShootingGuides/D365BC Troubleshooting Guides (TSG)/content/Data-related-TSG.ipynb

+367-113
Large diffs are not rendered by default.

Diff for: samples/AppInsights/TroubleShootingGuides/D365BC Troubleshooting Guides (TSG)/content/Deprecated-Webservice-protocols-TSG.ipynb

+204-96
Large diffs are not rendered by default.

Diff for: samples/AppInsights/TroubleShootingGuides/D365BC Troubleshooting Guides (TSG)/content/Extensions-TSG.ipynb

+285-121
Large diffs are not rendered by default.

Diff for: samples/AppInsights/TroubleShootingGuides/D365BC Troubleshooting Guides (TSG)/content/Login-issues-TSG.ipynb

+2,795-50
Large diffs are not rendered by default.

Diff for: samples/AppInsights/TroubleShootingGuides/D365BC Troubleshooting Guides (TSG)/content/Microsoft-Connectors-TSG.ipynb

+625-137
Large diffs are not rendered by default.

Diff for: samples/AppInsights/TroubleShootingGuides/D365BC Troubleshooting Guides (TSG)/content/Performance-overview-TSG.ipynb

+3-5
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,7 @@
107107
"cell_type": "code",
108108
"source": [
109109
"# Connect to the Application Insights API\r\n",
110-
"#%kql appinsights://appid='<add app id from the Application Insights portal>';appkey='<add API key from the Application Insights portal>'\r\n",
111-
"%kql appinsights://appid='43d7cb5e-452b-4c08-93ca-a35109847936';appkey='c8hx7qtgxcew5a3uv8cg2bdukl4gcue0k2e0e670'"
110+
"%kql appinsights://appid='<add app id from the Application Insights portal>';appkey='<add API key from the Application Insights portal>'"
112111
],
113112
"metadata": {
114113
"azdata_cell_guid": "8880451f-8468-47cb-a3de-71516c9123f5",
@@ -147,12 +146,11 @@
147146
"\r\n",
148147
"# If you specify a config file, then variables set here takes precedence over manually set filter variables\r\n",
149148
"# config file name and directory (full path)\r\n",
150-
"configFile = \"c:\\\\tmp/notebook.ini\"\r\n",
149+
"configFile = \"c:\\\\tmp\\\\notebook.ini\"\r\n",
151150
"\r\n",
152151
"\r\n",
153-
"# Add AAD tenant id and environment name here\r\n",
152+
"# Add AAD tenant id and environment name here (or leave blank)\r\n",
154153
"aadTenantId = \"\"\r\n",
155-
"#aadTenantId = \"MyaaDtenantId\"\r\n",
156154
"environmentName = \"\"\r\n",
157155
"extensionId = \"\"\r\n",
158156
"\r\n",

Diff for: samples/AppInsights/TroubleShootingGuides/D365BC Troubleshooting Guides (TSG)/content/Performance-partner-code-TSG.ipynb

+1,359-226
Large diffs are not rendered by default.

Diff for: samples/AppInsights/TroubleShootingGuides/D365BC Troubleshooting Guides (TSG)/content/Web-services-TSG.ipynb

+1,030-1,181
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)