Browsed by
Month: June 2020

Update a Library variable from a pipeline in Azure DevOps

Update a Library variable from a pipeline in Azure DevOps

If you’re using Azure DevOps for your automation, you may use Variable Groups to manage your configuration in a centralized and secure way. Reading a variable from a pipeline is easy but updating its value can quickly be messy and complicated… Hopefully, there are easy ways to update a variable value and they will be described in this post! Context First of all, let’s be clear on one thing: you cannot update the value of a variable with a simple…

Read More Read More

Deploy an Angular application to Azure App Service

Deploy an Angular application to Azure App Service

Microsoft Azure is a Cloud Computing platform that offers interesting services to host and manage web applications. What about Angular web application? How do we do this? There is very little to do for an Angular application that you would have generated with the ng CLI: Create a new file web.config in src folder with the following contents Edit angular.json file and add the lines to include the web.config file You can have a try, there is a Azure service…

Read More Read More