Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmservera/miscdemos
A miscelanea of all demos and templates to deploy them
https://github.com/jmservera/miscdemos
Last synced: 8 days ago
JSON representation
A miscelanea of all demos and templates to deploy them
- Host: GitHub
- URL: https://github.com/jmservera/miscdemos
- Owner: jmservera
- Created: 2024-04-16T13:40:52.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-22T13:29:55.000Z (8 months ago)
- Last Synced: 2024-05-22T13:31:48.815Z (8 months ago)
- Language: HTML
- Size: 1.22 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Miscellaneus demos
An attempt to have a compendium of demos with some templates to deploy the needed resources in Azure.
* [Event Grid for IoT](./eventgrid/README.md): a demo of how to use Azure Event Grid MQTT capabilities to build an IoT environment, with some devices to test features like telemetry gathering, C2D messages, security, dashboard building, etc.
* [OCPP Server](./ocpp-server/README.md): an example deployment of a website and a Web PubSub service to simulate an OCPP 1.6 service behind an Application Gateway. Demonstrates:
* Application Gateway rewrite rules
* Private Endpoints
* WebApp Virtual Network integration
* Web PubSub custom protocol
* NAT Gateway
* [AI](./ai/): different demos demonstrating UX for AI with FluentAI, some Microsoft Copilot extension demos and a couple of Semantic Kernel simple demos for a console app and a web app.
* [Prompt Engineering Lab](https://jmservera.github.io/miscdemos/prompt-engineering): this repo contains the source of the Prompt Engineering Lab, a hands-on lab for learning the basic principles of Prompt Engineering.