13 Matching Annotations
  1. Nov 2025
    1. Announcing Azure Copilot agents and AI infrastructure innovations
      • Microsoft Azure showcased modernization of cloud infrastructure at Microsoft Ignite 2025, focusing on reliability, security, and AI-era performance.
      • The strategy includes strengthening Azure’s global foundation, modernizing workloads with advanced systems (Azure Cobalt, Azure Boost, AKS Automatic, HorizonDB), and transforming team workflows through AI agents like Azure Copilot and GitHub Copilot.
      • Azure Copilot introduces an agentic cloud operations model with specialized agents for migration, deployment, optimization, observability, resiliency, and troubleshooting to automate tasks and enhance innovation.
      • Azure’s AI infrastructure supports global scale with over 70 regions and datacenters, featuring Fairwater AI datacenters with liquid cooling, a dedicated AI WAN, and NVIDIA GB300 GPUs to deliver unmatched capacity and speed.
      • Innovations like Azure Boost offload virtualization tasks onto specialized hardware, improving disk throughput and network performance; AKS Automatic simplifies Kubernetes management for fast, reliable app deployment.
      • Azure HorizonDB for PostgreSQL offers scalable, AI-integrated databases and new partnerships (e.g., SAP Business Data Cloud Connect) facilitate data sharing across platforms.
      • Azure emphasizes operational excellence with zone-redundant networking, automated fault detection, and resilience co-engineered with customers via Azure Resiliency.
      • Security improvements include Azure Bastion Secure by Default for hardened VM access, Network Security Perimeter for centralized firewall control, and AI-powered defenses like Web Application Firewall with Captcha.
      • Modernization supports a mix of legacy and cloud-native systems with AI tools enabling faster migration and modernization for .NET, Java, SQL Server, Oracle, and PostgreSQL workloads.
      • Azure enables faster, more efficient modernization and management across infrastructure, improving governance, compliance, and cost-effectiveness.
      • The cloud future is agentic, intelligent, and human-centered, with continued innovation in Azure infrastructure, AI agents, and open-source contributions driving business growth.
  2. Jul 2024
  3. Mar 2023
    1. PythonCopyconfigs = {"fs.azure.account.auth.type": "OAuth", "fs.azure.account.oauth.provider.type": "org.apache.hadoop.fs.azurebfs.oauth2.ClientCredsTokenProvider", "fs.azure.account.oauth2.client.id": "<application-id>", "fs.azure.account.oauth2.client.secret": dbutils.secrets.get(scope="<scope-name>",key="<service-credential-key-name>"), "fs.azure.account.oauth2.client.endpoint": "https://login.microsoftonline.com/<directory-id>/oauth2/token"} # Optionally, you can add <directory-name> to the source URI of your mount point. dbutils.fs.mount( source = "abfss://<container-name>@<storage-account-name>.dfs.core.windows.net/", mount_point = "/mnt/<mount-name>", extra_configs = configs)
  4. Aug 2022
  5. Jul 2022
    1. Scalability: Cosmos DB is horizontally scalable to support hundreds of millions of reads and writes per second

      Since it is a Platform as a Service, it isolates the configuration required to perform scaling from the users, allowing them to focus on their data manipulation.

  6. Feb 2022
  7. Oct 2020
  8. Jun 2020
  9. docs.microsoft.com docs.microsoft.com
  10. Apr 2020
    1. api-version A query string parameter, indicating the API version for the IMDS endpoint. Please use API version 2018-02-01 or greater.

      Couldn't find where the exhaustive list of API versions are listed, but found this on the Azure Instance Metadata Service (aka IMDS) page:

      2017-04-02, 2017-08-01, 2017-12-01, 2018-02-01, 2018-04-02, 2018-10-01, 2019-02-01, 2019-03-11, 2019-04-30, 2019-06-01, 2019-06-04, 2019-08-01, 2019-08-15

      Also:

      The version 2019-11-01 is currently getting deployed and may not be available in all regions.

  11. Jan 2020
  12. Dec 2018