A typically used scenario is to have a solution with two or more web apps. This might be a website project followed by one or more Web API projects. Create a Resource Group.Add a Web App for each website being deployed.For each web app - Within Application Settings for each web-app add a new setting:Name:... Continue Reading →
Azure DevOps – Move a Git repo between projects
There are many situations where you want to make a copy of a repository... You've been working on a personal repo and want to share it with workYou're contributing to an open source project and need to fork You've been working on a repo that you want to hand-over to a customer It's the last... Continue Reading →
Azure DevOps – Multiple repos in a single project
When you create a new DevOps project, you only get one Git repo. It is possible to create more repos within the project, but not immediately obvious how. There are a couple of options; Navigate to Repos, hit the drop down and select Manage repositories Or... Open the project and go to Project settings| Repositories |... Continue Reading →
Free website hosting #2 – Azure Web Apps
In the second part of this series we take a look at the first free web hosting option in Azure - Wep Apps. Part 1 - GitHub Pages Azure comes with a free hosting tier. This is limited to 1GB and on shared infrastructure, so won't suit a website needing high performance, however for free... Continue Reading →