The Azure Developer CLI - Compatibility journey for an Azure Functions Project

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • azure-functions-university

    Repository with training material to learn all about Azure Functions <⚡>

  • As a basis project I took an Azure Functions project that I created for the Azure Functions University. It is a very basic setup consisting of an HTTP triggered Azure Function with an output binding to a Blob Storage. Not really fancy but still enough moving parts to get a feeling for the journey.

  • todo-nodejs-mongo-swa-func

    A blueprint for getting a React web app with a Node.js API and a MongoDB database on Azure. The blueprint includes sample application code (a ToDo web app) which can be removed and replaced with your own application code. Add your own source code and leverage the Infrastructure as Code assets (written in Bicep) to get up and running quickly.

  • As a blueprint for the project layout, I took the azd sample ToDo sample application using Static Web Apps as this is the one that is closest to our setup. So throughout the journey I either compared or copied snippets from this sample and adjusted them accordingly.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • azure-dev

    A developer CLI that reduces the time it takes for you to get started on Azure. The Azure Developer CLI (azd) provides a set of developer-friendly commands that map to key stages in your workflow - code, build, deploy, monitor, repeat.

  • Not finding information in the documentation I created an issue in the GitHub repo of the CLI (Deployment of Function - Targeting Function App) and I got a very fast response explaining the setup. The connection between the infrastructure and the resource that will host the deployed app is determined "by looking at all the resource groups for your application and then for a resource tagged with azd-service-name with a value that matches the key for the service in azure.yaml".

  • azd-compatibility-azure-function

    Making an Azure Functions project (from Azure Functions University) compatible to azd

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Where can I find projects to do in Azure?

    2 projects | /r/AZURE | 18 Oct 2022
  • What area(s) of .NET should I focus on?

    1 project | /r/dotnet | 11 Apr 2022
  • Provider "/subscriptions/##-##/providers/Microsoft.Resources" does not have resource type "resourceGroups".

    1 project | /r/MSFTAzureSupport | 18 Nov 2023
  • Azure functions - preferred dotnet framework

    1 project | /r/dotnet | 13 Jul 2023
  • Azure Developer CLI Azure Developer CLI episode 0.6.0 - I am hooked

    2 projects | dev.to | 12 Feb 2023