Open markjbrown opened 2 months ago
@amisi01 tried to deploy the azure function from bicep, but couldn't get it to work. Any pointers to how to get this to work?
You have to use azd to make that work. This github repo shows how to do it. https://github.com/Azure-Samples/functions-quickstart-dotnet-azd and includes nearly everything you need. You will need to add the non-function specific stuff but includes functions, identity, storage. Plus stuff you probably dont need: vnet, private endpoints, etc.
Also, make sure to copy azure.yaml into the root of the project.
You can simplify the deployment experience for the user and save a couple of steps the user needs to complete manually.