logicapps VS azure-functions-university

Compare logicapps vs azure-functions-university and see what are their differences.

logicapps

Azure Logic Apps labs, samples, and tools (by Azure)

azure-functions-university

Repository with training material to learn all about Azure Functions <⚡> (by marcduiker)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
logicapps azure-functions-university
2 5
342 374
0.6% -
5.8 4.7
14 days ago 6 months ago
C# C#
MIT License GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

logicapps

Posts with mentions or reviews of logicapps. We have used some of these posts to build our list of alternatives and similar projects.
  • Logic App Workflow CI/CD Deployment
    1 project | /r/azuredevops | 21 Nov 2022
  • Using Azure Arc for Apps - Part 4 - Deploying Logic Apps into your App Services Kubernetes Environment
    1 project | dev.to | 7 Jun 2021
    Tip: I make this step sound incredibly easy. From what I can see, the Logic Apps Visual Studio Code tooling doesn't have an option to generate a Dockerfile for you. There were several Dockerfiles in the wild that used a very specific base image name, and didn't feel quite right. After some digging, I found the Azure/LogicApps repository which has a github-sample, including a Dockerfile. I used that Dockerfile to build a docker image from my local machine and push that to the container registry. In a real world scenario, I would have a CI/CD workflow setup for that, but this is not the point of this blog post.

azure-functions-university

Posts with mentions or reviews of azure-functions-university. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-13.
  • # What happened with Azure Functions in 2022? And some wishes for 2023
    9 projects | dev.to | 13 Dec 2022
    Azure Functions University - Discussions
  • Where can I find projects to do in Azure?
    2 projects | /r/AZURE | 18 Oct 2022
    If you want to learn and experiment with Azure Functions you can have a look at https://github.com/marcduiker/azure-functions-university. If you want some real life examples that use Durable Functions there's https://github.com/marcduiker/durable-functions-use-cases.
  • The Azure Developer CLI - Compatibility journey for an Azure Functions Project
    4 projects | dev.to | 19 Sep 2022
    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.
  • What area(s) of .NET should I focus on?
    1 project | /r/dotnet | 11 Apr 2022
    I suggest you look into Azure and start using different services. For instance you can write C# based Azure Functions and then use bindings to, relatively easily, read or write data to other Azure services. Such as Blob storage , Table storage, Queue Storage, CosmosDB. There are quite some examples here: https://github.com/marcduiker/azure-functions-university
  • Backend development in .Net
    3 projects | /r/dotnet | 9 Apr 2022
    Since you want to focus on Azure Functions (which I think is a great idea) I'd like to suggest this YouTube channel that contains a lot of accessible content: https://youtube.com/c/marcduiker-serverless This GitHub repo is also part of it: https://github.com/marcduiker/azure-functions-university

What are some alternatives?

When comparing logicapps and azure-functions-university you can also consider the following projects:

Azure-MG-Sub-Governance-Reporting - Azure Governance Visualizer aka AzGovViz is a PowerShell script that captures Azure Governance related information such as Azure Policy, RBAC (a lot more) by polling Azure ARM, Storage and Microsoft Graph APIs.

azd-compatibility-azure-function - Making an Azure Functions project (from Azure Functions University) compatible to azd

AspNetCore-Developer-Roadmap - Roadmap to becoming an ASP.NET Core developer in 2024

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.

vscode-azurefunctions - Azure Functions extension for VS Code

FunctionAnalyser - A tool that analyses your functions.

azure-function-example - Azure Function Example in .NET

FeedbackBots - Chatbot for gathering feedback built with Azure Durable Functions

practical-aspnetcore - Practical samples of ASP.NET Core 8.0, 7.0, 6.0, 5.0, 3.1, 2.2, and 2.1,projects you can use. Readme contains explanations on all projects.

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.

PocketToKindle - Sends your Pocket articles to kindle via email

durable-functions-use-cases - Real life use cases for using Durable Functions