Search this blog
The Current Book – The Phoenix Project (re-reading)

-

18 Year MVP Awardee

Tags
- administration
- AI
- AIExperiments
- auditing
- Azure
- backup
- Backup/Recovery
- blogging
- business
- career
- career2
- car update
- Cloud Computing
- conferences
- containers
- continuous integration
- coping
- data
- data analysis
- database design
- databases
- Database Weekly
- data privacy
- dbatools
- DevOps
- disaster recovery
- encryption
- Flyway
- Friday Poll
- FWTips
- GDPR
- Git
- goals
- hardware
- high availability
- Humor
- life
- Linux
- Microsoft
- misc
- monitoring
- networking
- PASS
- Performance
- powershell
- presentations
- Redgate
- Redgate Monitor
- republish
- sabbatical
- security
- software development
- software development
- speaking
- SQL Compare
- SQL in the City
- SQLNewBlogger
- SQL Prompt
- SQL Saturday
- sql server
- SQLServerCentral
- SSMS
- syndicated
- T-SQL
- T-SQL Tuesday
- Tesla
- testing
- travel
- tsqlt
- vacation
- version control
- webinar
- windows
- words
- work
Search this blog
Steve’s Tweets
Tweets by way0utwestOlder Posts
Meta
Tag Archives: Azure Devops
VSTS–Changing the Default Build Queue
I wrote recently about the Release agent using the hosted queue as the default, which is sometimes a problem. The Build process has the same issue, though the way you change things is different. In a build, you see a … Continue reading
Posted in Blog
Tagged Azure Devops, DevOps, syndicated
Comments Off on VSTS–Changing the Default Build Queue
VSTS– Hosted Agent is the Default for Releases
In keeping with the idea I don’t want this to get out of date, this is VSTS as of Jun 1, 2017. If your screen looks different, find a different article. I was setting up a test the other day … Continue reading
Posted in Blog
Tagged Azure Devops, DevOps, syndicated
Comments Off on VSTS– Hosted Agent is the Default for Releases
Agent Phases in VSTS Deployment
VSTS (Visual Studio Team Services) continues to grow and change over time. It seems every few months I see some new features and changes, which are good and bad. Good in that usually things improve. Bad in that I get … Continue reading
Posted in Blog
Tagged Azure Devops, continuous delivery, DevOps, syndicated
Comments Off on Agent Phases in VSTS Deployment
Making VSTS Deployment Changes to Databases without Breaking Your Application
One of the things that I do a lot is demo changes to databases with CI/CD in a DevOps fashion. However, I also want to make some application changes to my sample app without breaking things. As a result, I’ve … Continue reading
Posted in Blog
Tagged Azure Devops, continuous delivery, deployment, DevOps, syndicated
Comments Off on Making VSTS Deployment Changes to Databases without Breaking Your Application