When you've set up the Azure mobile site, created the web application registration, and uploaded the mobile deployment files, next step is to upload the Mobile Client application files.
App setting | Example value | Description |
---|---|---|
ax7Url |
|
The URL for the Dynamics 365 for Finance |
ax7ClientId |
|
This ID is the application ID of your App registration, and it can be found in the Azure portal by navigating to Microsoft Azure Portal > Azure Active Directory > App registrations > Application ID. Refer to the last step (step 10) in the section Web application registration. |
axDomain | <add key="axDomain" value="contoso.com" /> |
Define the Active Directory domain name for the users |
ax7Storage AccountName |
See screenshot below. |
An Azure Blob Storage account name. Values are stored in Azure Portal > Storage Accounts For more information on how to create a storage account, |
ax7Storage AccountKey |
See screenshot below. |
An Azure Blob Storage account key. It is recommended Values are stored in Azure Portal > Storage Accounts |
If the settings 'ax7StorageAccountName' and 'ax7StorageAccountKey' are left blank, there is a limitation of 18-20 MB per file. The limitation is set by the IIS service running Dynamics 365 for Finance and Operations. We recommend that you do not adjust these settings in a running environment.
When running an on-premise environment, the value of the 'ax7Url' setting will be similar to "https://d365onprem.myhost.com/namespaces/AXSF".
Furthermore, the settings for 'ax7StorageAccountName' and 'ax7StorageAccountKey' should be left blank on an on-premise installation because files are not actually stored in an Azure Blob store. As stated above, the result is a limitation regarding the size of files, which can be sent to and from Dynamics 365 for Finance and Operations, of 18-20 MB per file.