Share via

Azure DevOps - update Azure Function App Config without deploying Function Code

GRAY Mike 161 Reputation points
2023-09-21T15:56:42.69+00:00

Hi,

We have changed some configuration on the our Function Apps but the code as not changed. This is so we can on the fly change the Logging needs of the Azure Functions on request from Testers, etc. This helps to reduce costs when being consumed by App Insights and Log Analytics.

We are using Azure DevOps Pipelines and I need to understand whether to deploy the Config changes I also need to deploy to Zip code base as well. Basically when we move to production we may impact the running service as at present we have not enable deployments slots on releases.

Thanks

Mike

Community Center | Not monitored
0 comments No comments

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 71,016 Reputation points Moderator
    2023-09-26T02:35:21.7266667+00:00

    Hi @GRAY Mike

    Welcome to Microsoft Q&A! Thanks for posting the question.

    DevOps is currently not supported in the Q&A forums, the supported products are listed over here https://docs.microsoft.com/en-us/answers/products (more to be added later on).

    You can ask the experts in the dedicated forum over here:

    https://stackoverflow.com/questions/tagged/devops

    https://developercommunity.visualstudio.com/spaces/21/index.html

    For the function prospective yes you can make the changes only to the configuration and you don't have to deploy your code again. But I am not an expert to comment if DevOps supports and can only deploy the configuration changes or it needs the whole zip deployment with code.

    Please 'Accept Answer' if it helped so that it can help others in the community looking for help on similar topics.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.