DealTechnologies / poc-lab-azure-az204

Prova de conceito, montando um lab da certificação microsoft az204 com grade de eventos do azure com custom tópics, webhook, storage queue, azure function, api management....

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

poc-lab-azure-az204

Prova de conceito ambiente azure

  • event grid topics
  • azure storage
  • function timmer trigger
  • function http trigger
  • function event grid trigger
  • function event queue
  • console storage queue pulling
  • console event grid publisher

Introduction

A simple exemple using delivery order with azure events

Getting Started

Unzip and deploy lab with ARM template: ../ExportedTemplate-rg-lab204.rar

Create free mongo db cluster on cloud or official image on docker hub

Set Environment Variables

Set variables into Solution/Function/Properties/local.settings.json

  • "TRANSACTIONTOPICENDPOINT": "Set your topic event endpoint"
  • "TRANSACTIONTOPICKEY": "XXX-XXXX-XXXX"
  • "STORAGECONNECTIONSTRING": "Set your storage connection"
  • "STORAGEQUEUE": "Set your storage queue name"
  • "STORAGECONNECTIONSTRING": "XXX-XXXX-XXXX"
  • "OCPAPIMKEY": "XXX-XXXX-XXXX"
  • "MongoDBAtlasConnectionString": "Set your mongodb string connection"

Build & Run

build: dotnet build run: func start host

If you want to learn more about creating good readme files then refer the following guidelines. You can also seek inspiration from the below readme files:

Project Diagram, Structure and Comments

BWO For more detail access Whimsical Diagram Page to see the comments in each node.

More

About

Prova de conceito, montando um lab da certificação microsoft az204 com grade de eventos do azure com custom tópics, webhook, storage queue, azure function, api management....

License:GNU General Public License v3.0


Languages

Language:C# 100.0%