Hi All Iam executing the pulumi stack through Az ...
# getting-started
w
Hi All Iam executing the pulumi stack through Az DevOps from docker method. The stack executes successfully when we use "up" command. For example, i delete few resources manually and if they are required to be recreated through pulumi we normally use pulumi up --refresh However with pulumi runner command refresh command is not recognized. How can i cover this scenario to refresh the stack using pulumi runner ?
w
Can you shed more light on what you mean by “executing the pulumi stack through Az DevOps from docker method?” If you can point to a document, I may be able to add some context around how to pass the refresh option. Pulumi supports a task extension for Azure DevOps: https://www.pulumi.com/docs/guides/continuous-delivery/azure-devops/ To which you can pass args such as
--refresh