My question is when we are creating an .NET application in our local system then we are putting the license file inside our project folder, as well as setting the license with ‘SetLicense(lic path)’ method.
Now while deploying the application to Azure where should we keep the .lic file? Can anyone suggest the best possible way to do it ?