You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+16-16
Original file line number
Diff line number
Diff line change
@@ -15,11 +15,11 @@ This repository contains Azure Functions for retrieving data from a SharePoint l
15
15
16
16
Name | Description
17
17
--- | ---
18
-
SharePoint:AzureApp:ClientId | The Application (client) ID of the Entra ID app
19
-
SharePoint:AzureApp:ClientSecret | The Client secret of the Entra ID app
20
-
SharePoint:AzureApp:Tenant | Your Microsoft 365 tenant, ex.: contoso.onmicrosoft.com
21
-
SharePoint:ListData:SiteUrl | The absolute URL of the source site, ex: https://contoso.sharepoint.com/sites/mysite
22
-
SharePoint:ListData:ListName | The name of the source list
18
+
SharePoint__AzureApp__ClientId | The Application (client) ID of the Entra ID app
19
+
SharePoint__AzureApp__ClientSecret | The Client secret of the Entra ID app
20
+
SharePoint__AzureApp__Tenant | Your Microsoft 365 tenant, ex.: contoso.onmicrosoft.com
21
+
SharePoint__ListData__SiteUrl | The absolute URL of the source site, ex: https://contoso.sharepoint.com/sites/mysite
22
+
SharePoint__ListData__ListName | The name of the source list
23
23
24
24
### Dynamics 365 CRM
25
25
@@ -32,10 +32,10 @@ SharePoint:ListData:ListName | The name of the source list
32
32
33
33
Name | Description
34
34
--- | ---
35
-
Dynamics365.CRM:AzureApp:ClientId | The Application (client) ID of the Entra ID app
36
-
Dynamics365.CRM:AzureApp:ClientSecret | The Client secret of the Entra ID app
37
-
Dynamics365.CRM:AzureApp:Tenant | Your Microsoft 365 tenant, ex.: contoso.onmicrosoft.com
38
-
Dynamics365.CRM:AzureApp:DynamicsUrl | The URL of your Dynamics CRM, ex.: https://mycompany.crm4.dynamics.com
35
+
Dynamics365.CRM__AzureApp__ClientId | The Application (client) ID of the Entra ID app
36
+
Dynamics365.CRM__AzureApp__ClientSecret | The Client secret of the Entra ID app
37
+
Dynamics365.CRM__AzureApp__Tenant | Your Microsoft 365 tenant, ex.: contoso.onmicrosoft.com
38
+
Dynamics365.CRM__AzureApp__DynamicsUrl | The URL of your Dynamics CRM, ex.: https://mycompany.crm4.dynamics.com
39
39
40
40
7. Copy the URL of the **D365-CRM-Authorize**, open it in your browser, and approve the permission request. After that, all requests to Dynamics 365 CRM will perform on behalf of your account. The end-user will not be asked for permissions.
41
41
@@ -50,13 +50,13 @@ Dynamics365.CRM:AzureApp:DynamicsUrl | The URL of your Dynamics CRM, ex.: https:
50
50
51
51
Name | Description
52
52
--- | ---
53
-
Dynamics365.BusinessCentral:AzureApp:ClientId | The Application (client) ID of the Entra ID app
54
-
Dynamics365.BusinessCentral:AzureApp:ClientSecret | The Client secret of the Entra ID app
55
-
Dynamics365.BusinessCentral:AzureApp:Tenant | Your Microsoft 365 tenant, ex.: contoso.onmicrosoft.com
56
-
Dynamics365.BusinessCentral:AzureApp:InstanceId | Your Business Central ID: https://businesscentral.dynamics.com/{instanceId}/?referrer=office
57
-
Dynamics365.BusinessCentral:Customers:Company | The name of the source company for D365-BC-Customers function
58
-
Dynamics365.BusinessCentral:Vendors:Company | The name of the source company for D365-BC-Vendors function
59
-
Dynamics365.BusinessCentral:Items:Company | The name of the source company for D365-BC-Items function
53
+
Dynamics365.BusinessCentral__AzureApp__ClientId | The Application (client) ID of the Entra ID app
54
+
Dynamics365.BusinessCentral__AzureApp__ClientSecret | The Client secret of the Entra ID app
55
+
Dynamics365.BusinessCentral__AzureApp__Tenant | Your Microsoft 365 tenant, ex.: contoso.onmicrosoft.com
56
+
Dynamics365.BusinessCentral__AzureApp__InstanceId | Your Business Central ID: https://businesscentral.dynamics.com/{instanceId}/?referrer=office
57
+
Dynamics365.BusinessCentral__Customers:Company | The name of the source company for D365-BC-Customers function
58
+
Dynamics365.BusinessCentral__Vendors__Company | The name of the source company for D365-BC-Vendors function
59
+
Dynamics365.BusinessCentral__Items__Company | The name of the source company for D365-BC-Items function
60
60
61
61
7. Copy the URL of the **D365-BC-Authorize**, open it in your browser, and approve the permission request. After that, all requests to Business Central will perform on behalf of your account. The end-user will not be asked for permissions.
0 commit comments