https://github.com/jmservera/miscdemos
A miscelanea of all demos and templates to deploy them
https://github.com/jmservera/miscdemos
Last synced: 4 months ago
JSON representation
A miscelanea of all demos and templates to deploy them
- Host: GitHub
- URL: https://github.com/jmservera/miscdemos
- Owner: jmservera
- License: mit
- Created: 2024-04-16T13:40:52.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-11-28T14:22:57.000Z (6 months ago)
- Last Synced: 2025-11-30T20:44:55.566Z (6 months ago)
- Language: Bicep
- Size: 12 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
* [IoT Edge on WSL](./iotedge/README.md): a demo showing how to deploy Azure IoT Edge runtime on a WSL Ubuntu instance. Includes automated deployment with `azd` and a simple installation script for setting up IoT Edge on WSL.
* [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.