In this short article I'll show how to embed appsettings for remote Azure Function app
You can have various application settings in your local.settings.json file
So how can you ensure these settings are available in your remote Function App as well (may be with different values)
Click on publish
In your publish profile, provide necessary credentials and desired Function App. Then go to the Hosting section.
Click on Manage Azure App Service Settings
You can specify remote app settings there
That's all you need to do. Remote settings will be available in Azure Function App
No comments:
Post a Comment