How to deploy functions app where name is autogenerated using uniqueString #5404
-
This is perhaps neither a bug nor a feature request, but more of a "how do I...". We're deploying the infrastructure for a functions app using bicep, where the name of the functions app itself is generated using the uniqueString function: Now, we also want to automate the deployment of the app itself. The CLI I guess there are two questions:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @elygre you can leverage Bicep Outputs for this process, it will involve two stages.
you should find some samples of this in this issue.However if that is missing anything feel free to let us know, also let us know if that works for you. |
Beta Was this translation helpful? Give feedback.
Hi @elygre
you can leverage Bicep Outputs for this process, it will involve two stages.
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.