Teh #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.
#azuredevelopercli #devcontainer #azure #vscode #azuresdk
I am so happy to share that there is now a #Dataverse tag in the 'Awesome AZD Templates' website and that my 'servicebus-csharp-function-dataverse' template is the first one in the list 😁
You can take a look here 👉🏼 https://azure.github.io/awesome-azd/?tags=dataverse
#dataverse #azuredevelopercli #powerplatform #azure
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/
#azure #azuredevelopercli #python #templates #azd
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.
#azuredevelopercli #msi #windows #winget #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
#azure #azuredevelopercli #telemetry #bash
Are you thinking of exploring #Dataverse and #Azure integration or would you like to go further and / or faster on this?
💡 I have something that could interest you: https://github.com/rpothin/servicebus-csharp-function-dataverse
Built with #AzureDeveloperCLI this template allows you to start quickly working on an event driven architecture to integrate #Azure resources with #Dataverse 😁
Let me know what you think 😉
The videos below can help you start using this template:
- Quick start demonstration: https://youtu.be/rcVtA19GyeU
- Solution testing demonstration: https://youtu.be/FkhUpgTQiUY
#dataverse #azure #azuredevelopercli