Skip to content

Commit ed25a93

Browse files
committed
adjust variables names in README
1 parent 452ac4a commit ed25a93

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

README.md

+16-16
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ This repository contains Azure Functions for retrieving data from a SharePoint l
1515

1616
Name | Description
1717
--- | ---
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
2323

2424
### Dynamics 365 CRM
2525

@@ -32,10 +32,10 @@ SharePoint:ListData:ListName | The name of the source list
3232

3333
Name | Description
3434
--- | ---
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
3939

4040
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.
4141

@@ -50,13 +50,13 @@ Dynamics365.CRM:AzureApp:DynamicsUrl | The URL of your Dynamics CRM, ex.: https:
5050

5151
Name | Description
5252
--- | ---
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
6060

6161
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.
6262

0 commit comments

Comments
 (0)