Microsoft Completes Landmark EU Data Boundary Initiative, Elevates Data Residency and Transparency

In an unprecedented stride towards data security and privacy, Microsoft has unveiled the completion of the EU Data Boundary for the Microsoft Cloud. This cutting-edge initiative emphasizes Microsoft’s dedication to empowering European businesses by providing robust tools and support for data residency, privacy, and transparency.


A Beacon of Data Sovereignty in the Cloud Era
With this landmark accomplishment, European public sector and commercial customers can now store and process their data within the European Union (EU) and European Free Trade Association (EFTA) regions, including pseudonymized personal data. This development includes the most essential Microsoft core cloud services such as Microsoft 365, Dynamics 365, Power Platform, and a majority of Azure services.
Microsoft’s rigorous commitment to data protection is reflected in this multi-year, industry-leading effort, which was delivered to customers in three meticulously executed phases. Beginning in January 2023 with the enablement of customer data storage for core cloud services, the scope was expanded in January 2024 to include pseudonymized personal data. The journey culminated in February 2025, ensuring that professional services data from technical support interactions are stored within the EU and EFTA regions.

A Testament to Long-standing Commitment
Microsoft’s dedication to Europe’s technological advancement is not newfound; it has been steadfast for over 40 years. In the past 16 months alone, Microsoft has invested over $20 billion in AI and cloud infrastructure across the continent, aiming to expand local options and cater to the growing demand.
Additionally, Microsoft’s suite of solutions, such as Microsoft 365 Advanced Data Residency and Microsoft Cloud for Sovereignty, offer customers granular control over their data’s location and empower public sector customers to meet stringent sovereignty, compliance, security, and policy requirements.

A New Horizon for European Innovation
The completion of the EU Data Boundary signifies more than just enhanced data residency and transparency; it embodies Microsoft’s unwavering commitment to Europe’s digital future. By listening to customer needs and evolving beyond compliance, Microsoft positions itself as a pioneer in delivering secure, transparent, and innovative cloud services.

As we look to an increasingly digital era, Microsoft’s dedicated and comprehensive approach is designed to benefit European organizations greatly. Completing the EU Data Boundary ensures that all sensitive and critical data remains securely within the EU and EFTA regions. This means that European companies can now confidently rely on Microsoft’s cloud services, knowing that their data is managed with the highest levels of security and compliance. By localizing data storage and processing, Microsoft adheres to stringent European privacy laws and provides unparalleled peace of mind to businesses concerned about data sovereignty. This, in turn, fosters an environment of trust and reliability, which is essential for any organization looking to thrive in today’s digital landscape.

Saying Goodbye to Azure Data Studio: Transitioning to Visual Studio Code

Azure Data Studio (ADS) will be retiring on February 6, 2025. Don’t worry, though. You’ve got until February 28, 2026, to transition smoothly. Microsoft aims to consolidate SQL development tools and deliver a streamlined, innovative experience on Visual Studio Code (VS Code) using the MSSQL extension.

Why Retire Azure Data Studio?

Azure Data Studio has been an essential tool for many, but as developers’ needs evolve, so must the tools we use. Here are the key reasons for this transition:

  • Focus on Innovation: VS Code is a widely adopted platform in the developer community, known for its advanced features such as improved query execution and schema management.
  • Streamlined Tools: Consolidating SQL development on VS Code means eliminating duplication, reducing maintenance overhead, and accelerating feature delivery, ensuring you always have access to the latest innovations.

Why Move to Visual Studio Code?

VS Code isn’t just another code editor; it’s a modern, versatile platform trusted by millions of developers worldwide. Here’s why moving to VS Code is a win for SQL developers:

  • Modern Development Environment: VS Code offers regular updates, an active extension marketplace, and a seamless cross-platform experience for Windows, macOS, and Linux.
  • Comprehensive SQL Features: The MSSQL extension in VS Code allows you to:
  • Execute queries faster with filtering, sorting, and export options.
  • Manage schemas visually with tools like Table Designer and Object Explorer.
  • Connect to SQL Server, Azure SQL, and SQL database in Fabric using an improved Connection Dialog.
  • Streamline development with scripting, object modifications, and a unified SQL experience.
  • Optimize performance with an enhanced Query Results Pane and execution plans.
  • Integrate with DevOps and CI/CD pipelines using SQL Database Projects.

Transitioning to Visual Studio Code: What You Need to Know

Transitioning from Azure Data Studio to Visual Studio Code might sound daunting, but it’s designed to be straightforward:

  • No Loss of Functionality: Your database projects, queries, and scripts from ADS are fully compatible with VS Code. You can continue your work seamlessly.
  • Familiar Features, Enhanced Experience: VS Code enhances familiar ADS features with improved query execution, modern schema management, and CI/CD integration.
  • Cross-Platform and Extensible: VS Code runs on Windows, macOS, and Linux, just like ADS, and its extensibility allows you to adapt it to your workflow with thousands of extensions.

Continued Support

Microsoft is supporting you during this transition:

  • Documentation: Detailed guides, tutorials, and FAQs are available on the ADS Retirement page.
  • Community Support: Engage with the active VS Code community for tips and solutions.
  • GitHub Issues: Report bugs or submit requests on the MSSQL extension’s GitHub repository.
  • Microsoft Support: For critical issues, reach out to Microsoft Support directly through your account.

Conclusion

Azure Data Studio has served us well, but its retirement marks an opportunity to embrace Visual Studio Code’s modern capabilities.

For a detailed guide on ADS retirement, visit aka.ms/ads-retirement. To get started with the MSSQL extension, check out the official documentation. Let’s dive into this new chapter and see what we can build together with VS Code!

Happy coding! 🚀

Announcing a Free GitHub Copilot for VS Code

Hey there, fellow coders! I’m super excited to share some fantastic news with you all: GitHub Copilot is now available for free in Visual Studio Code! That’s right, you can now harness the power of AI to enhance your coding experience without spending a dime. You only need a GitHub account – no trials, subscriptions, or credit cards are required.

Key Features of GitHub Copilot Free

  1. Usage Limits: With GitHub Copilot Free, you get 2000 code completions per month, which translates to about 80 completions per working day. You also have 50 chat requests per month and access to GPT-4o and Claude 3.5 Sonnet models.
  2. Copilot Edits: This feature allows you to work with multiple files simultaneously. You can open Copilot Edits from the top of the chat sidebar and propose changes across files, including creating new ones when needed.
  3. Multiple Models: Whether you’re using Chat, Inline Chat, or Copilot Edits, you can choose your pair programmer. For instance, you can use GPT-4o to generate an implementation plan and then use Claude in GitHub Copilot Edits to build it.
  4. Custom Instructions: Tailor GitHub Copilot to your preferences with custom instructions. These can be specified at the editor or project level and can be shared with your team.
  5. Full Project Awareness: GitHub Copilot includes AI-powered domain experts that you can mention with the @ syntax. The @workspace participant, for example, is a domain expert in your entire codebase.
  6. Voice Chat: Start a voice chat by selecting the microphone icon. This feature is powered by the free, cross-platform VS Code Speech extension.
  7. Terminal Chat: You can do almost anything in your terminal with terminal chat. GitHub Copilot can also explain how to fix failed shell commands by analyzing the error output.
  8. Commit Suggestions: GitHub Copilot will suggest commit messages based on the changes you’ve made and your last several commit messages.
  9. Extensions Integration: Every VS Code extension can be tied directly to the GitHub Copilot APIs, offering a customized AI experience.

A Vision for the Future

GitHub also previews a new feature called Vision Copilot, which allows you to generate an interface based on a screenshot or markup. This feature is currently in preview and requires your own API key from OpenAI, Anthropic, or Gemini.

Stay Updated

To keep up with the latest updates and features, follow me on social media platforms like X, Bluesky, LinkedIn, and TikTok (https://follow.tiagocosta.com/). I also welcome your feedback, so feel free to reach out on social media.

GitHub Copilot is now a core part of the VS Code experience, and I can’t wait for you to try it out. Enable GitHub Copilot Free today and redefine your coding experience with AI.

For more details, you can read the full announcement here.

🚨New Course Alert: Master the AZ-204 Certification with My Latest Training

I’m thrilled to announce the release of my latest online course, “Microsoft Azure Developer Associate (AZ-204) Cert Prep by Microsoft Press”!

As a Microsoft Certified Trainer and Azure enthusiast, I’ve designed this course to help you confidently prepare for the AZ-204 certification exam. Whether you’re an experienced developer or just getting started with Azure, this course equips you with the knowledge and hands-on skills required to excel in developing Azure solutions.

As this is an exam prep course, I directly related it to the AZ-204 exam topics to facilitate your study.

Here’s what you can expect to learn:

  • Develop Azure compute solutions
  • Develop for Azure storage
  • Implement Azure security
  • Monitor, troubleshoot, and optimize Azure solutions
  • Connect to and consume Azure services and third-party services.

The course is available on LinkedIn Learning and Microsoft Press, making it easy to access no matter your preferred platform:

By the end of this training, you’ll have the skills and confidence needed to ace the AZ-204 exam and excel in developing solutions for Microsoft Azure.

Check out the course, share your thoughts, and let me know how I can support your learning journey!

Join me at the European MCT Summit 2025

I will speak at the European MCT Summit 2025 in Manchester, UK, on January 9th and 10th! This annual gathering is a cornerstone for the Microsoft Certified Trainer community, providing a platform to exchange knowledge, share experiences, and advance our collective impact in the training world.

My session, “Transforming Training with AI,” will delve into how AI is reshaping the way we deliver and experience training. From automating routine tasks to personalizing learning paths, AI is not just a buzzword—it’s a game-changer for trainers and learners alike. I’ll share practical insights, real-world applications, and strategies to harness AI to elevate our training delivery.

The European MCT Summit is always a highlight of the year for its vibrant community, insightful sessions, and opportunities to connect with fellow trainers across Europe and beyond. I’m honored to contribute to this tradition and look forward to engaging with you all.

If you’re planning to attend, let’s connect! Feel free to reach out to discuss the session, share ideas, or say hello. Together, let’s explore the future of training!

📅 Mark your calendar:
📍 Where: Manchester, UK
🗓️ When: January 9–10, 2025
🔗More Information: https://www.mctsummit.co.uk/

Stay tuned for updates and sneak peeks as we approach the event.