ericsonf / AzureFunctions

Este repositório contém um exemplo sobre como implementar uma aplicação (CRUD completo) Serverless utilizando o Azure Functions v3, .NET Core 3 e o Azure Storage.

Home Page:http://ericsonf.com.br

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Azure Functions

Description / Descrição

[EN] This repository contain example on how to implement an Serverless application using Azure Functions v3, .NET Core 3 and Azure Storage.

[PT] Este repositório contém exemplo sobre como implementar uma aplicação Serverless utilizando o Azure Functions, Azure Functions v3, .NET Core 3 e o Azure Storage.

How to run / Como executar

[EN] You can create a local.settings.json file and create the connection strings AzureWebJobsStorage and AzureWebJobsDashboard and place your connection string with Azure Storage or you can publish it directly to Azure.

[PT] Você pode criar um arquivo local.settings.json e criar as connections strings AzureWebJobsStorage e AzureWebJobsDashboard e colocar sua string de conexão com o Azure Storage ou você pode publicar diretamente no Azure.

About

Este repositório contém um exemplo sobre como implementar uma aplicação (CRUD completo) Serverless utilizando o Azure Functions v3, .NET Core 3 e o Azure Storage.

http://ericsonf.com.br


Languages

Language:TypeScript 54.9%Language:C# 22.4%Language:HTML 12.4%Language:CSS 5.5%Language:JavaScript 4.8%