Where to put the license file in Azure

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 ?

@suprateembose In your case, the best way is adding the license file as an embedded resource to your project.