Skip to content

How to deploy functions app where name is autogenerated using uniqueString #5404

Answered by brwilkinson
elygre asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @elygre

you can leverage Bicep Outputs for this process, it will involve two stages.

  1. output the resource function name from your bicep configuration
  2. reading that output and writing it to a AzureDevOps pipleline variable, which can then be consumed by your function app publish command.

you should find some samples of this in this issue.

#4638

However if that is missing anything feel free to let us know, also let us know if that works for you.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@brwilkinson
Comment options

@brwilkinson
Comment options

@brwilkinson
Comment options

Answer selected by brwilkinson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #5394 on December 10, 2021 20:33.