Azure Pipeline
4 TopicsHow to convert task variable from one stage to an array object in another stage
I have a requirement to convert the task variable which was set in one stage(say stage1) to be available in stage two(say stage2), this I am able to achieve. But the problem is this task variable is actually a space separated value and on the basis space I want to convert this into an array, so that I can iterate over each item and perform the business. I have tried .split that did not worked. Anything I am trying with this variable in stage two, it is actually evaluating to its value. So that is basically causing pipeline to fail. Please help here how do I convert the task variable to an array.962Views0likes1CommentAzure DevOps Pipeline Best Practices
There are numerous documented ways to deploy to Azure app services and database as a service. (I've read numerous articles, likeRelease Pipelines.) I am working with developers to deploy from a release when a new build is created. However, I'm wondering if there are best practices related to using Azure DevOps Pipelines for deployment. I'm also very interested in deploying to (and creating) new resources as part of the release deploy. (Using ARM templates or Blueprints). Azure DevOps Azure Essentials App Services Virtual Network8.9KViews1like0Comments