Interested in learning more about cloud technologies, DevOps, and help improve community knowledge? Feel free to subscribe to my blog. https://t.co/onJYLKq5WS
One week until @BeerCityCode. Come check out my session on the latest developer experiences in Azure.
Walk trough real world development workflows and experiences encompassing DevBoxes, Azure Deployment Environments, MCPs, and GitHub Coding Agent.
https://t.co/ZHGF4aTvg0
@housecor Azure Deployment Environments. Deploy your apps infrastructure in an ephemeral environment with the same IaC as prod.
Started doing it for PRs to shift left. Then if need be, can reuse for integration into Azure Load Testing and other services.
Working on a quickstart for anyone to be able to update an agent w/ their instructions and deploy a multi-tier chat application backed by Azure Foundry:
https://t.co/ZHGF4aTvg0
#AzureFoundry#Azure#GitHubCopilot
Missed the latest Build conference announcements on Azure, .NET, and AI? No problem, we have you covered Join us Tuesday, July 8 from 4:30 PM to 6:00 PM at @TeamBizStream.
RSVP:
https://t.co/Km5caZw3cR
Latest post on managing SQL CI/CD similar to #Terraform in #AzureDevOps!
This walkthrough covers ensuring your databases always match what is defined in source control while generating a 'plan' of any changes within your #cicid pipeline. #Azure https://t.co/5EhymyfpYP
Just need to throw it out there again. In the cloud, if you aren't deploying and managing application code together with infrastructure code should reevaluate your process.
@housecor In this case running dotnet build command against a .sqlproj configurations to generate a different environment specific package:
https://t.co/qN0lbgumds
For ADE here's a recent on use cases up to incorporating these environments in your CI pipelines: https://t.co/TlFDKvFafi
Get to know SQL projects in their latest version with the https://t.co/twQBE3ZOIv project SDK - now on Data Exposed with @AnalyticAnna.
Watch 📺: https://t.co/X45sA6KF4X #AzureSQL
@AzhaAmir@AzureWeekly This article was not created by Chat GPT. The image by Bing Image creator. Would suggest clicking the article before posting such an assumption.
Got tired of not finding a good example of SQL CI/CD with YAML Pipelines. So....here's a new blog post on leveraging CI/CD for SQL Deployments in YAML Pipelines!
https://t.co/elhNx1IZhI
#SQL#AzureDevOps#Pipelines#CICD#Azure
Putting together a new blog series around CI/CD for SQL Database developers.....does anyone know of any good version control introductions for data engineers I can reference?
#SQL#git#AzureDevOps
@svrooij Thanks! I have a stub in there to automate the security role creation/provisioning via CI/CD by SQL script in the repo. I will refer to this for more details!