14 Matching Annotations
  1. Aug 2025
    1. Curious how to build a serverless web app in Azure without the usual infrastructure headaches? Azure handles the heavy lifting so you can focus on code. Follow this guide to create apps that scale, stay secure, and cost less

      Learn how to build a scalable serverless web app using Azure. This guide walks you through Azure Functions, App Service, and best practices for cloud-native development.

  2. Apr 2025
    1. Microsoft Azure has a dedicated ecosystem of AI tools for streamlining business workflows and building smart web applications. With tools like Azure Cognitive Services, Azure Bot Services in enterprise apps and Azure Machine Learning, businesses can get a one-stop-solution for all their AI requirements without having to rely on multiple vendors.

      Unlock next-gen business growth by building AI-powered enterprise applications using Microsoft Azure. Discover how Azure AI services, machine learning, and scalable cloud infrastructure empower businesses to streamline operations, drive automation, and make data-driven decisions with confidence.

  3. Jul 2024
  4. 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)
  5. Aug 2022
  6. 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.

  7. Feb 2022
  8. Oct 2020
  9. Jun 2020
  10. docs.microsoft.com docs.microsoft.com
  11. 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.

  12. Jan 2020
  13. Dec 2018