Skip to content

Instantly share code, notes, and snippets.

Bicep:
https://learn.microsoft.com/pt-br/training/modules/introduction-to-infrastructure-as-code-using-bicep/1-introduction
Architecture Center:
https://learn.microsoft.com/en-us/azure/architecture/
WAF:
https://learn.microsoft.com/en-us/azure/well-architected/
@jorgemaia
jorgemaia / iottalks5.txt
Created June 21, 2023 20:51
Links IoT Talks #5
IoT Hub Sdks
- https://learn.microsoft.com/en-us/azuhttps://github.com/Azure/azure-iot-sdk-cre/iot-hub/iot-hub-devguide-sdks
101 para A placa de desenvolvimento MX Chip
- https://learn.microsoft.com/pt-br/azure/iot-develop/quickstart-devkit-mxchip-az3166-iot-hub
MXChip Embedded SDK
- https://github.com/azure-rtos/netxduo
#MAC
#Windows
@jorgemaia
jorgemaia / Material de apoio do Workshop Azure Functions na CPBR
Last active November 14, 2022 17:44
Material do Workshop de Azure Functions
Para melhor aproveitamento crie sua conta gratuita do Azure em:
https://azure.microsoft.com/pt-br/free/
***********************
Links de aprendizado:
***********************
Mínimo Necessário:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Example of plotting live data with websockets and highcharts</title>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script src="mqttws31.js" type="text/javascript"></script>
<script type="text/javascript">
/*
#include <UIPEthernet.h>
#include <PubSubClient.h>
// Update these with values suitable for your network.
byte mac[] = { 0xDE, 0xED, 0xBA, 0xFE, 0xFE, 0xED };
byte server[] = { 104,41,0,81};
void callback(char* topic, byte* payload, unsigned int length) {