Generated on: March 19, 2026 Target period: Within the last 24 hours Processing mode: Details Mode Number of updates: 10 items
Published: March 18, 2026 18:45:54 UTC Link: Retirement: Emissions Impact Dashboard for Azure
Update ID: 558278 Data source: Azure Updates API
Categories: Retirements
Summary:
What was updated
The Emissions Impact Dashboard for Azure, hosted on Power BI, will be retired.
Key changes or new features
Effective March 31, 2027, the dashboard will no longer be accessible and technical support will end. No new features are being added; this is a retirement notice.
Target audience affected
Azure customers, developers, and IT professionals who use the Emissions Impact Dashboard to track and report cloud-related carbon emissions.
Important notes
Users should export any required data from the dashboard before March 31, 2027, as access and support will cease after this date. Organizations relying on the dashboard for sustainability reporting or compliance should begin planning for alternative solutions. No direct replacement or migration path has been announced, so users may need to explore other tools or custom reporting options for emissions tracking. For further details, refer to the official Azure Update announcement.
Details:
Azure Update Report: Retirement of Emissions Impact Dashboard for Azure (Effective March 31, 2027)
Background and Purpose of the Update:
Microsoft has announced the retirement of the Emissions Impact Dashboard for Azure, which is currently hosted on Power BI. This dashboard has served as a tool for customers to visualize and analyze the carbon emissions associated with their Azure usage. The retirement is scheduled to take effect on March 31, 2027. The primary purpose of this update is to inform users of the discontinuation of both access to the dashboard and the cessation of technical support after the specified date.
Specific Features and Detailed Changes:
Technical Mechanisms and Implementation Methods:
Use Cases and Application Scenarios:
Important Considerations and Limitations:
Integration with Related Azure Services:
Summary Sentence:
The Emissions Impact Dashboard for Azure, hosted on Power BI, will be retired on March 31, 2027, after which access and technical support will end; customers should export any necessary data before this date to ensure continued access to their emissions information.
Published: March 18, 2026 18:30:05 UTC Link: General availability: Azure SQL updates for mid-March 2026
Update ID: 558121 Data source: Azure Updates API
Categories: Launched, Databases, Hybrid + multicloud, Azure SQL Database, Features
Summary:
What was updated
Azure SQL received several updates and enhancements in mid-March 2026.
For more details, refer to the official update: https://azure.microsoft.com/updates?id=558121
Details:
Azure Update Report: General availability – Azure SQL updates for mid-March 2026
Background and Purpose of the Update
The mid-March 2026 Azure SQL update introduces enhancements aimed at streamlining database development and management workflows. The primary objective is to improve developer productivity and operational efficiency by enabling more direct and integrated interactions with Azure SQL databases, particularly within familiar development environments.
Specific Features and Detailed Changes
Technical Mechanisms and Implementation Methods
Use Cases and Application Scenarios
Important Considerations and Limitations
Integration with Related Azure Services
Summary
The mid-March 2026 Azure SQL update enhances developer and administrator productivity by enabling direct publishing of SQL database projects from Visual Studio Code and providing in-place table data editing within MSSQ, streamlining database deployment and management workflows.
Published: March 18, 2026 18:30:05 UTC Link: Generally Available: Azure Red Hat OpenShift Managed Identity and Workload Identity
Update ID: 557917 Data source: Azure Updates API
Categories: Launched, Containers, Azure Red Hat OpenShift, Compliance, Management
Summary:
What was updated
Azure Red Hat OpenShift now offers general availability support for managed identities and workload identities.
Key changes or new features
Managed identities and workload identities can now be used for authentication in OpenShift clusters and applications running on Azure. This eliminates the need for long-lived service principal credentials, improving security and simplifying identity management. The update aligns Azure Red Hat OpenShift with Azure’s native identity and access management practices, enabling seamless integration with Azure resources and services.
Target audience affected
Developers deploying applications on Azure Red Hat OpenShift, IT professionals managing OpenShift clusters, and DevOps teams responsible for identity and access management in cloud environments.
Important notes
Existing OpenShift clusters can be updated to use managed identities and workload identities, reducing credential management overhead and risk. Adoption of these features is recommended to enhance security and compliance. Review Azure documentation for migration guidance and best practices. Managed identities are now the preferred method for authenticating workloads to Azure services from OpenShift.
Details:
Azure Update Technical Report
Title: Generally Available: Azure Red Hat OpenShift Managed Identity and Workload Identity
Link: Azure Update #557917
This update announces the general availability of managed identities and workload identities support in Azure Red Hat OpenShift (ARO). The primary objective is to enhance security and simplify identity management for OpenShift clusters and workloads running on Azure. Previously, service principal credentials—often long-lived and manually managed—were required for authentication between OpenShift workloads and Azure resources. This update eliminates the need for such credentials, reducing operational overhead and the risk associated with credential leakage or mismanagement.
Summary:
Azure Red Hat OpenShift now provides generally available support for managed identities and workload identities, enabling secure, credential-free authentication for clusters and workloads accessing Azure resources, thereby enhancing security and simplifying identity management for production environments.
Published: March 18, 2026 18:15:04 UTC Link: Public preview: GitHub Copilot integration in Schema Designer for the MSSQL extension
Update ID: 558169 Data source: Azure Updates API
Categories: In preview, Databases, Hybrid + multicloud, Azure SQL Database, Features
Summary:
What was updated
The MSSQL extension for Visual Studio Code now offers GitHub Copilot integration within its Schema Designer, available in public preview.
Key changes or new features
Developers can leverage GitHub Copilot’s AI-powered suggestions directly in the Schema Designer to streamline and enhance database schema creation and modification. This integration enables context-aware code completions, intelligent recommendations, and assistance with SQL syntax and schema design tasks. The feature aims to improve productivity and reduce manual errors by providing real-time guidance as users build or update database structures visually.
Target audience affected
This update is relevant for developers, database administrators, and IT professionals who use Visual Studio Code and the MSSQL extension for SQL Server development and management. Teams working on database schema design, especially those seeking to accelerate workflows or adopt AI-driven development tools, will benefit most.
Important notes
The GitHub Copilot integration is currently in public preview, so feedback is encouraged to help refine the experience. Users should ensure they have the latest MSSQL extension and a valid Copilot subscription or access. As this is a preview feature, expect ongoing improvements and potential changes based on user input and evolving requirements.
Details:
Azure Update Technical Report
Title: Public preview: GitHub Copilot integration in Schema Designer for the MSSQL extension
Link: Azure Update Details
The MSSQL extension for Visual Studio Code is a widely used tool for database development and management, enabling developers to interact with Microsoft SQL Server and Azure SQL databases directly from their code editor. The integration of GitHub Copilot into the Schema Designer addresses the need for enhanced productivity and AI-assisted workflows in database schema design. This update is driven by developer feedback and the evolution of modern development practices, aiming to streamline the schema design process by leveraging artificial intelligence.
Summary:
The public preview of GitHub Copilot integration in the Schema Designer for the MSSQL extension in Visual Studio Code introduces AI-assisted capabilities to the visual schema design process, enhancing productivity and accuracy for database developers through context-aware suggestions and intelligent guidance.
Published: March 18, 2026 18:15:04 UTC Link: Public Preview: Database DevOps in SSMS powered by SQL projects
Update ID: 558155 Data source: Azure Updates API
Categories: In preview, Databases, Hybrid + multicloud, Azure SQL Database, Features
Summary:
What was updated
Database DevOps capabilities are now available in SQL Server Management Studio (SSMS) through SQL projects, currently in Public Preview.
Key changes or new features
Developers can now use SQL projects directly within SSMS to manage database schema as code. This integration allows for source control of database schemas, reliable deployments to any environment, and the ability to incorporate code quality checks into the database development lifecycle. These features bring DevOps best practices to SQL database development, supporting versioning, automated testing, and CI/CD workflows.
Target audience affected
Database developers, DevOps engineers, and IT professionals who manage SQL Server or Azure SQL databases and use SSMS in their development workflows.
Important notes if any
This feature is in Public Preview, so it may not yet be suitable for production environments. Users should test thoroughly before adopting in critical workflows. Integration with source control and CI/CD pipelines can streamline collaboration and deployment processes. For more details and to get started, refer to the official Azure Update announcement.
Details:
Azure Update Report: Public Preview – Database DevOps in SSMS powered by SQL Projects
Background and Purpose of the Update:
This update introduces the public preview of Database DevOps capabilities within SQL Server Management Studio (SSMS), leveraging SQL database projects. The primary objective is to bring the advantages of schema-as-code to database development workflows. By enabling database schema management through source control, this update aims to enhance reliability, repeatability, and integration of quality checks in database development and deployment processes.
Specific Features and Detailed Changes:
Technical Mechanisms and Implementation Methods:
Use Cases and Application Scenarios:
Important Considerations and Limitations:
Integration with Related Azure Services:
Summary Sentence:
This public preview enables database DevOps workflows in SSMS by integrating SQL projects, allowing IT professionals to manage database schema as code, leverage source control, automate deployments, and incorporate code quality checks for enhanced reliability and collaboration.
Published: March 18, 2026 18:15:04 UTC Link: Public Preview: SQL MCP Server
Update ID: 558150 Data source: Azure Updates API
Categories: In preview, Databases, Hybrid + multicloud, Azure SQL Database, Features
Summary:
What was updated
Public preview release of SQL MCP Server, a Model Context Protocol (MCP) connector for production databases, as part of Data API Builder (DAB).
For more details, see the official Azure Update.
Details:
Azure Update Summary: Public Preview – SQL MCP Server
Background and Purpose of the Update
The SQL MCP Server is introduced as a new connector based on the Model Context Protocol (MCP) for production databases. This update aims to streamline the integration of AI agents into data workflows by providing a secure, predictable, and straightforward mechanism for connecting AI-driven processes to SQL databases. The feature is part of the Data API Builder (DAB) suite, reflecting Azure’s ongoing commitment to enhancing data accessibility and automation in enterprise environments.
Specific Features and Detailed Changes
Technical Mechanisms and Implementation Methods
Use Cases and Application Scenarios
Important Considerations and Limitations
Integration with Related Azure Services
Summary Sentence
SQL MCP Server, now in public preview, is a secure and feature-rich MCP connector within Data API Builder that enables seamless integration of AI agents into production SQL database workflows, supporting predictable, automated, and secure data access for advanced analytics and automation scenarios.
Published: March 18, 2026 18:15:04 UTC Link: Generally Available: GitHub Copilot in SQL Server Management Studio 22
Update ID: 558134 Data source: Azure Updates API
Categories: Launched, Features
Summary:
What was updated
GitHub Copilot is now generally available in SQL Server Management Studio (SSMS) 22.
Key changes or new features
The integration of GitHub Copilot brings AI-powered code assistance directly into SSMS. Developers and database professionals can use natural language to generate, explain, and fix SQL code within the SSMS environment. Copilot can help automate repetitive tasks, suggest code snippets, and provide explanations for complex queries, improving productivity and code quality.
Target audience affected
This update is relevant for developers, database administrators, and IT professionals who use SSMS 22 for SQL Server management and development.
Important notes if any
To access GitHub Copilot features in SSMS 22, users need a valid Copilot subscription. The AI assistance is designed to streamline SQL development and troubleshooting, but users should review generated code for accuracy and compliance with organizational standards. This update enhances SSMS usability, making it easier to leverage AI for database tasks directly within the familiar SQL Server tooling.
Details:
Azure Update Technical Explanation: Generally Available: GitHub Copilot in SQL Server Management Studio 22
Background and Purpose of the Update
This update announces the general availability of GitHub Copilot within SQL Server Management Studio (SSMS) 22. The primary purpose is to integrate AI-powered coding assistance directly into the SSMS environment, which is widely used by database administrators and developers for managing SQL Server instances. By embedding GitHub Copilot, Microsoft aims to streamline and enhance the productivity of users working with SQL through natural language interactions.
Specific Features and Detailed Changes
With this release, GitHub Copilot is natively accessible within SSMS 22. Key features include:
This integration represents a significant enhancement over previous versions of SSMS, which did not include AI-assisted development features.
Technical Mechanisms and Implementation Methods
GitHub Copilot is powered by advanced AI models that process natural language input and generate code suggestions. In SSMS 22, Copilot is implemented as an extension or built-in feature, seamlessly connecting to the Copilot service. When a user enters a prompt or requests an explanation, SSMS sends this data to the Copilot backend, which returns the generated SQL code or explanation. The integration ensures that the user experience remains consistent with other Copilot-enabled environments, such as Visual Studio Code.
Use Cases and Application Scenarios
Important Considerations and Limitations
Integration with Related Azure Services
Although the update does not detail direct integration with Azure services, SSMS is commonly used to manage Azure SQL Database and other Azure data services. The availability of Copilot in SSMS 22 can enhance productivity when working with Azure-hosted databases, supporting tasks such as query development, troubleshooting, and code review in hybrid or cloud-first environments.
Summary Sentence
GitHub Copilot is now generally available in SQL Server Management Studio 22, providing AI-powered natural language assistance for SQL code development, explanation, and fixing directly within the SSMS interface.
Published: March 18, 2026 17:00:05 UTC Link: Generally Available: Lakeflow Connect Free Tier now available in Azure Databricks
Update ID: 558810 Data source: Azure Updates API
Categories: Launched, AI + machine learning, Analytics, Azure Databricks, Features
Summary:
What was updated
Azure Databricks has introduced the Lakeflow Connect Free Tier, which is now generally available.
Key changes or new features
The Free Tier provides each Databricks workspace with 100 free Databricks Units (DBUs) per day specifically for ingesting data from SaaS applications and databases. This enables ingestion of approximately 100 million records per workspace per day without incurring additional costs. The feature is designed to simplify and accelerate data integration workflows using Lakeflow Connect.
Target audience affected
Developers and IT professionals working with Azure Databricks, particularly those responsible for data ingestion, integration, and ETL processes from external SaaS sources and databases.
Important notes if any
The free DBUs are allocated per workspace per day and are only applicable to Lakeflow Connect ingestion workloads. This update allows teams to prototype, test, and run production ingestion jobs at no cost up to the daily limit, making it easier to evaluate and scale data integration solutions. For larger workloads, usage beyond the free tier will incur standard charges.
Link: Azure Update
Details:
Azure Update Report: Generally Available – Lakeflow Connect Free Tier now available in Azure Databricks
Background and Purpose of the Update:
This update introduces the general availability of the Lakeflow Connect Free Tier within Azure Databricks. The primary objective is to lower the entry barrier for organizations and developers seeking to ingest data from SaaS applications and databases into Databricks Lakehouse. By providing a free allocation of Data Bricks Units (DBUs) for ingestion, Microsoft aims to facilitate easier onboarding, experimentation, and proof-of-concept development without immediate cost concerns.
Specific Features and Detailed Changes:
Technical Mechanisms and Implementation Methods:
Use Cases and Application Scenarios:
Important Considerations and Limitations:
Integration with Related Azure Services:
Summary:
The Lakeflow Connect Free Tier in Azure Databricks provides each workspace with 100 free DBUs per day for ingesting data from SaaS applications and databases, supporting up to 100 million records daily and enabling cost-effective data integration, testing, and prototyping.
Published: March 18, 2026 17:00:05 UTC Link: Generally Available: Versionless key support for transparent data encryption in Azure SQL Database
Update ID: 558183 Data source: Azure Updates API
Categories: Launched, Databases, Hybrid + multicloud, Azure SQL Database, Features
Summary:
What was updated
Azure SQL Database now supports versionless keys for Transparent Data Encryption (TDE).
Key changes or new features
With this update, you can configure TDE to use encryption keys from Azure Key Vault or Managed HSM without specifying a particular key version. This simplifies key management, as applications and databases will automatically use the latest key version available. It reduces operational overhead and the risk of referencing outdated keys, streamlining key rotation and compliance processes.
Target audience affected
Developers and IT professionals responsible for database security, compliance, and key management in Azure SQL Database environments.
Important notes if any
Existing TDE configurations referencing specific key versions can be updated to use versionless keys for easier management. This feature enhances security and reliability by ensuring databases always use the latest key version. No application changes are required to benefit from versionless key support, but review your key management policies to take full advantage of this update.
Details:
Comprehensive Technical Explanation: Generally Available: Versionless key support for transparent data encryption in Azure SQL Database
Background and Purpose of the Update
Transparent Data Encryption (TDE) is a critical security feature in Azure SQL Database, enabling encryption of data at rest. Traditionally, when using customer-managed keys (CMK) for TDE, users were required to reference a specific key version stored in Azure Key Vault or Managed HSM. This version-specific referencing introduced operational overhead, especially during key rotation or lifecycle management. The purpose of this update is to simplify and enhance the reliability of encryption key management by introducing support for versionless keys in TDE.
Specific Features and Detailed Changes
With this update, Azure SQL Database now allows users to configure TDE using versionless keys. Instead of specifying a particular version of a key in Azure Key Vault or Managed HSM, users can reference the key by its name or URI without including the version identifier. This means that when a key is rotated (i.e., a new version is created), Azure SQL Database will automatically use the latest version of the key without requiring manual updates to the TDE configuration.
Technical Mechanisms and Implementation Methods
The versionless key support is implemented by allowing the TDE protector configuration in Azure SQL Database to accept a key URI that omits the version segment. When the database engine requires access to the encryption key, it queries Azure Key Vault or Managed HSM for the latest enabled version of the specified key. This mechanism ensures seamless key rotation and reduces the risk of misconfiguration or service disruption during key updates. The integration leverages Azure’s native identity and access management to securely access the keys.
Use Cases and Application Scenarios
Important Considerations and Limitations
Integration with Related Azure Services
Summary Sentence
Azure SQL Database now supports versionless keys for transparent data encryption, enabling simpler and more reliable customer-managed key management by automatically using the latest key version from Azure Key Vault or Managed HSM without requiring manual updates to TDE configurations.
Published: March 18, 2026 17:00:05 UTC Link: Public Preview: Data API builder with built-in GitHub Copilot in MSSQL extension
Update ID: 558178 Data source: Azure Updates API
Categories: In preview, Databases, Hybrid + multicloud, Azure SQL Database, Features
Summary:
What was updated
The MSSQL extension for Visual Studio Code now offers Data API builder in public preview, featuring integrated GitHub Copilot support.
Key changes or new features
Developers can now use Data API builder directly within the MSSQL extension to generate REST and GraphQL APIs from SQL data sources. The built-in GitHub Copilot integration provides AI-powered guidance and code suggestions, streamlining backend API creation. This enables a more efficient, guided workflow for building APIs without leaving the VS Code environment.
Target audience affected
This update is relevant to developers and IT professionals working with Microsoft SQL Server in Visual Studio Code, especially those building backend services or APIs.
Important notes
The feature is currently in public preview, so it may not be fully stable for production use. Users should test and provide feedback. The integration with GitHub Copilot enhances productivity by offering contextual code suggestions and guidance during API generation. REST and GraphQL endpoints can be quickly scaffolded, accelerating development cycles. For more details and to participate in the preview, visit the official Azure update page: https://azure.microsoft.com/updates?id=558178
Details:
Azure Update Technical Explanation
Title: Public Preview: Data API builder with built-in GitHub Copilot in MSSQL extension
Background and Purpose of the Update:
This update introduces the Data API builder into the MSSQL extension for Visual Studio Code, now available in public preview. The primary goal is to streamline and enhance the backend development experience for SQL Server developers by integrating guided API generation capabilities directly into the familiar Visual Studio Code environment. By embedding GitHub Copilot, developers benefit from AI-assisted code suggestions, which can accelerate backend development and reduce manual coding errors.
Specific Features and Detailed Changes:
Technical Mechanisms and Implementation Methods:
Use Cases and Application Scenarios:
Important Considerations and Limitations:
Integration with Related Azure Services:
Summary Sentence:
The public preview of Data API builder with built-in GitHub Copilot in the MSSQL extension for Visual Studio Code introduces a guided, AI-assisted experience for generating REST and GraphQL APIs from SQL Server databases, streamlining backend development workflows and enhancing productivity for developers.
This report was automatically generated - 2026-03-19 03:06:22 UTC