home.social

#azuredevelopercli — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #azuredevelopercli, aggregated by home.social.

  1. The `azd` has been available for a short while as a feature, which I recently used in github.com/heaths/azcrypto: github.com/heaths/azcrypto/pul

    It will not only install `azd`, but the dev extension for . It makes deploying resources and applications a breeze.

    I use it in azcrypto in lieu of the resource provisioning scripts I originally wrote for all of to deploy resources uniformly. This is a publicly available (near) equivalent.

  2. 👋Are you already registered on Cloud Builders: Python Conf?

    We will be talking about synergy between #OpenSearch, #Python, and #serverless architecture, #OpenSource #AIExploration, deploying to #OpenShift, integration #CI/CD pipeline with #AzureDeveloperCLI, and how auto-formatters analyze and manipulate the #CST.

    🌌 Also, on the live fireside chat, will delve into Python's role in unlocking the Universe's mysteries through the #JWST.

    Don't miss it 👉cloud-builders.tech/en/python-

  3. 👋Are you already registered on Cloud Builders: Python Conf?

    We will be talking about synergy between #OpenSearch, #Python, and #serverless architecture, #OpenSource #AIExploration, deploying to #OpenShift, integration #CI/CD pipeline with #AzureDeveloperCLI, and how auto-formatters analyze and manipulate the #CST.

    🌌 Also, on the live fireside chat, will delve into Python's role in unlocking the Universe's mysteries through the #JWST.

    Don't miss it 👉cloud-builders.tech/en/python-

  4. 👋Are you already registered on Cloud Builders: Python Conf?

    We will be talking about synergy between #OpenSearch, #Python, and #serverless architecture, #OpenSource #AIExploration, deploying to #OpenShift, integration #CI/CD pipeline with #AzureDeveloperCLI, and how auto-formatters analyze and manipulate the #CST.

    🌌 Also, on the live fireside chat, will delve into Python's role in unlocking the Universe's mysteries through the #JWST.

    Don't miss it 👉cloud-builders.tech/en/python-

  5. 👋Are you already registered on Cloud Builders: Python Conf?

    We will be talking about synergy between #OpenSearch, #Python, and #serverless architecture, #OpenSource #AIExploration, deploying to #OpenShift, integration #CI/CD pipeline with #AzureDeveloperCLI, and how auto-formatters analyze and manipulate the #CST.

    🌌 Also, on the live fireside chat, will delve into Python's role in unlocking the Universe's mysteries through the #JWST.

    Don't miss it 👉cloud-builders.tech/en/python-

  6. 👋Are you already registered on Cloud Builders: Python Conf?

    We will be talking about synergy between #OpenSearch, #Python, and #serverless architecture, #OpenSource #AIExploration, deploying to #OpenShift, integration #CI/CD pipeline with #AzureDeveloperCLI, and how auto-formatters analyze and manipulate the #CST.

    🌌 Also, on the live fireside chat, will delve into Python's role in unlocking the Universe's mysteries through the #JWST.

    Don't miss it 👉cloud-builders.tech/en/python-

  7. 🎙️ Excited to share that, @savannah will speak at Cloud Builders: Python Conf! Ready to revolutionize your #Python deployments?
    Savannah, will show you how to scaffold apps, optimize local dev environments, provision infrastructure, deploy #Pythoncode, and establish #CI/CDpipelines with #AzureDeveloperCLI.
    Join us for more insights 👉 bit.ly/joinus_cloudbuilders

  8. The February updates for the Azure Developer CLI (azd) include new templates for Python:

    - Deploy a Python (Flask) web app with PostgreSQL in Azure
    - Deploy a Python (Django) web app with PostgreSQL in Azure
    - HTTP API powered by FastAPI with Azure Functions and APIM

    #Azure #AzureDeveloperCli #Python #Templates #azd

    devblogs.microsoft.com/azure-s

  9. New out today: devblogs.microsoft.com/azure-s

    I helped create an package for a ubiquitous install package across regardless of the package manager (or straight download) used. That said, it's available via and soon via .

  10. Just installed the Azure Developer CLI for some testing and saw that by default usage data is collected and sent to Microsoft and opt-out is required if this is not desired 'by setting the AZURE_DEV_COLLECT_TELEMETRY environment variable to 'no' in the shell you use.'
    If you want this as a persistent config and if you are using bash, make sure to add...

    export AZURE_DEV_COLLECT_TELEMETRY="no"

    ...to your .bashrc.

    Reference: github.com/Azure/azure-dev#dat

    #Azure #AzureDeveloperCLI #Telemetry #Bash