The next step is to release your Azure Function through Azure DevOps. The first thing we need to do is get our Visual Studio solution in Git source control. After that, we need to create a build and release pipeline. Let's get started:
- Browse to your Azure DevOps instance.
- Create a new repository in your project.
- Use Visual Studio to connect to your new repository. Your local.settings.json file will be ignored by default, so make sure that you manually add it to source control.
- Push your solution to the repository.
- Go to Pipelines and select Builds.
- Create a new Build.
- Change the name of your build to Function App Build.
- Select the repository you've just made as a source.
- Select the .NET Core template.
- Go to ...