Hi All,
In D365FO, we use Retail and Commerce Module.
We are using Azure Application Insights logging using RetailSDK and it's all working fine and we've followed the below MS Documentation.
https://learn.microsoft.com/en-us/dynamics365/commerce/dev-itpro/commerce-application-insights
However, This documentation explains the use of this logging with the RetailSDK which is now going to be obsolete in Oct-2023 and won't be supported by MS anymore. For this logging, We used K:\RetailSDK\Assets\CommerceRuntime.Ext.config file where we store the Instrumentation key for the Azure Applicaiton Insights.
We have recently migrated to the new Commerce SDK. We used the visual studio solution from the GitHub repository and it doesn't contain any config file where we can store Instrumentation Key of the Azure Application Insights. When we build this new Commerce SDK solution, it generates the CommerceRuntime.Ext.config but we are not sure how to place Instrumentation Key in before it generates this package.
Any help on this would be much appreciated. Thanks.