#azuredevelopercli — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #azuredevelopercli, aggregated by home.social.
-
The #AzureDeveloperCLI `azd` has been available for a short while as a #devcontainer feature, which I recently used in https://github.com/heaths/azcrypto: https://github.com/heaths/azcrypto/pull/63/files#diff-24ad71c8613ddcf6fd23818cb3bb477a1fb6d83af4550b0bad43099813088686R8
It will not only install `azd`, but the #Azure dev extension for #VSCode. 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 #AzureSDK to deploy resources uniformly. This is a publicly available (near) equivalent.
-
👋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 👉https://www.cloud-builders.tech/en/python-conf
-
👋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 👉https://www.cloud-builders.tech/en/python-conf
-
👋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 👉https://www.cloud-builders.tech/en/python-conf
-
👋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 👉https://www.cloud-builders.tech/en/python-conf
-
👋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 👉https://www.cloud-builders.tech/en/python-conf
-
🎙️ 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 👉 https://bit.ly/joinus_cloudbuilders -
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
https://devblogs.microsoft.com/azure-sdk/azure-developer-cli-azd-february-2023-release/
-
New #AzureDeveloperCLI out today: https://devblogs.microsoft.com/azure-sdk/azure-developer-cli-azd-february-2023-release/
I helped create an #MSI package for a ubiquitous install package across #Windows regardless of the package manager (or straight download) used. That said, it's available via #winget and soon via #Chocolatey.
-
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: https://github.com/Azure/azure-dev#data-collection