#Tip – The best way to start with Azure ☁️ for FREE

Hi ! This is a question that I see coming online again and again. So, here is the best way to help you start your cloud path with Azure for free https://www.azure.com/free Simple to remember: azure.com/free 😀 And here is what you got: Get USD200* credit to use in 30 days. (Depending on the country…… Continue reading #Tip – The best way to start with Azure ☁️ for FREE

#Azure – Creating an #AzureFunction ⚡ for #JulyOT

Hi ! In my previous post I wrote about how (Thanks to Sam), I’m on the path to learn Azure Bicep 🦾. I’m also share how I’m using Bicep to create my demo environments for for JulyOT! https://julyot.dev/ I shared a full Bicep file that, using an existing Resource Group: Create an Azure IoT Hub…… Continue reading #Azure – Creating an #AzureFunction ⚡ for #JulyOT

#Fix – Azure CustomVision Exported to Docker – ImportError: cannot import name ‘soft_unicode’ from ‘markupsafe’

Hi ! In the past days I found a weird error when I export a model created with CustomVision.ai to docker. The docker image build ok, however, I found this error when I try to run the container. ❯ docker run -p 8090:8090 squirrelscv Traceback (most recent call last): File “app.py”, line 7, in <module>…… Continue reading #Fix – Azure CustomVision Exported to Docker – ImportError: cannot import name ‘soft_unicode’ from ‘markupsafe’

#Azure ☁️ – Adding an API to an Azure Static Web Apps 🕸️ 2/N

Hi ! Yesterday I wrote a quick tutorial about how to publish a static website using Azure Static Web Pages, using GitHub and GitHub Actions. Really simple, and all from Visual Studio Code ! Azure ☁️ – Adding an API to an Azure Static Web Apps 🕸️ 1/N Today, I’ll show how to also add…… Continue reading #Azure ☁️ – Adding an API to an Azure Static Web Apps 🕸️ 2/N

#Event – Aspectos básicos de Azure: Parte 1

Buenas ! Hoy comienza una serie de 7 sesiones en Español que haremos con Gwyn y Jose Luis para ayudar a las personas que quieran conocer Azure. 👀 Introducción a los aspectos básicos de Azure ✨ ¿Primera experiencia con la nube? Aspectos básicos de Azure es una serie de siete episodios en la que se…… Continue reading #Event – Aspectos básicos de Azure: Parte 1

#Event – ☁️ Azure en el Bar. Hablando acerca de tecnologías, carreras, proyectos, aprendizajes #Microsoft y #Azure. Hoy 📅

Buenas ! Los amigos de Azure en el Bar, me han invitado a participar en una de sus sesiones y es un placer poder charlar un rato con este grupo de expertos: Ivan Martinez Moran , Nicolas Milcoff, César Oviedo y el que suscribe. Nos vemos en el Bar ! Fecha: Jueves 3 de Junio…… Continue reading #Event – ☁️ Azure en el Bar. Hablando acerca de tecnologías, carreras, proyectos, aprendizajes #Microsoft y #Azure. Hoy 📅

#Podcast – NTN 90 – @ConoSurTech. Cursos online gratuitos de AI, Azure Fundamentals, DevOps, ITPros, Mixed Reality y mucho más !

Buenas! Hoy hemos tenido la suerte de hablar con Pablo, parte del equipo de ConoSur Tech sobre las iniciativas que llevan adelante en esta comunidad de comunidades. Hablamos sobre los diferentes cursos e iniciativas que llevan adelante y de las experiencias de las mismas. Pablo nos compartió el calendario completo para el 2021, y he…… Continue reading #Podcast – NTN 90 – @ConoSurTech. Cursos online gratuitos de AI, Azure Fundamentals, DevOps, ITPros, Mixed Reality y mucho más !

#Podcast – NTN 89 – Especial #NetCoreConf. DevOps, Kubernetes y la relación de la 🩸 sangre de hada con ☁️ Azure Monitor!

Buenas! El equipo de NetCoreConf nos permitió entrar al backstage del evento, y en una esquina del bar (virtual), tuvimos la suerte de hablar de muchos temas interesantes. Después de varios problemas técnicos, por fin pudimos hablar con Alfonso de DevOps. Como no estábamos en nuestra sala de grabación, tuvimos la suerte de que Jorge…… Continue reading #Podcast – NTN 89 – Especial #NetCoreConf. DevOps, Kubernetes y la relación de la 🩸 sangre de hada con ☁️ Azure Monitor!

#Podcast – NTN 86 – Dapr 1.1, Kubernetes, MultiCloud, Go / Python / Rust, Azure, AWS, AliBaba y mas !

Buenas! Pues un par de días atrás, decidí preguntar si alguien tenía tiempo para charlar un rato. No me imaginada que se sumarian dos genios como Carlos y Jorge, y mucho menos que en 1 hora tendríamos tanto que comentar. El título del episodio solo cubre una parte de toda la charla, que repito, ha…… Continue reading #Podcast – NTN 86 – Dapr 1.1, Kubernetes, MultiCloud, Go / Python / Rust, Azure, AWS, AliBaba y mas !

#Azure – Reading configuration values in Azure Functions

Hi ! I was learning about Azure Vault and Azure Functions, and it’s been an interesting ride. This tweet summarizes this ride 😎😁😎 https://twitter.com/elbruno/status/1359917192427495426?s=20 So while I a was using Functions, I realized that at the end, we are working with WebApps. So, we have access to standard App Configurations. Note: I’ll call it standard,…… Continue reading #Azure – Reading configuration values in Azure Functions