Skip to content

Instantly share code, notes, and snippets.

View cmaneu's full-sized avatar

Christopher MANEU cmaneu

View GitHub Profile
@cmaneu
cmaneu / readme.md
Last active November 19, 2020 11:14
CloudNord 2020 - Scuba Resilience
@cmaneu
cmaneu / deploy.sh
Last active November 25, 2020 17:08
Azure Synapse IoT Workshop
printf "\n*** AZURE IOT & SYNAPSE Workshop Creation on Subscription #$SUBSCRIPTION_ID ***\n"
SUBSCRIPTION_ID=`az account show --query id --output tsv`
MAIN_REGION=westeurope
printf "\n*** Working on on Subscription #$SUBSCRIPTION_ID and region $MAIN_REGION***\n"
read -p 'New resource group name: ' RESOURCE_GROUP_NAME
read -p 'Unique prefix (applied to all resources): ' RESOURCE_PREFIX
STORAGE_ACCOUNT_NAME="$RESOURCE_PREFIX"rawstor
@cmaneu
cmaneu / readme.md
Last active December 3, 2020 19:01
Tools for rapid prototyping
RoomId RoomName BuildingName
1 A101 - Lobby Main Building
2 A102 - Storage Room Main Building
3 A103 - Cafeteria Main Building
4 A201 - Cafeteria Main Building
5 A202 - Office Main Building
6 A203 - Office Main Building
7 A301 - Cafeteria Main Building
8 A302 - Conference room Main Building
9 B101 - Lobby Grace Hopper Building
@cmaneu
cmaneu / Function1.cs
Created December 23, 2020 21:24
SQL Serverless Data Generation
using System;
using System.Collections.Generic;
using System.Data;
using System.Data.SqlClient;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using Bogus;
using Dapper;
using Microsoft.AspNetCore.Mvc;
@cmaneu
cmaneu / devopsdday-2021.md
Last active November 18, 2021 12:55
DevOps DDay
@cmaneu
cmaneu / gol-10-tsi.md
Created November 25, 2021 16:25
Game of Learners Session 10 - Time Series Insights

Game of Learners Clinics - IOT Office Hour Session 10

Who am I?

Christopher, Cloud Advocate @Microsoft. Twitter GitHub

Learn module

@cmaneu
cmaneu / azure-sql.bicep
Last active November 30, 2021 12:02
Azure SQL Bicep
// App Service - Bicep module
// Generated by NubesGen (www.nubesgen.com)
// Module requirements
// Serverless tier or General Purpose GP_Gen5_2
// Outputs: database URL, username & password
// Check integration with App Service + Key Vault
@description('The name of your application')
param applicationName string
@cmaneu
cmaneu / readme.md
Last active December 21, 2021 12:29
Covid Room Ventilation Alert
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.