• PowerShell Splatting: ¿qué y por qué?

    Oct 1, 2020
    PowerShell tiene muchas, pero muchas cosas buenas (hasta diría que excelentes, pero quiero mantener mi subjetividad lo más alejada posible). Cosas que simplifican el día a día, el uso y hasta el formato de las expresiones y estructuras. Y es por esto último que quiero hablar del "Splatting", o cómo hacer que los valores de los parámetros de una función se vean lindos y ordenados.
  • Azure Functions with PowerShell: Swiss army knife for Ops [English]

    Sep 6, 2020
    Nowadays, infrastructure tasks have reached a new level with the help of devs tools (like control version system) but, operations teams take all of the advantages of 'new world'? Serverless computing enables ways to build and create applications without concern about managing the infrastructure.
  • ¿Cómo actualizar por PowerShell las reglas de firewall en Azure SQL? [Guest]

    Aug 6, 2020
    Debido a la pandemia que afecta a todos en el mundo, la mayoría de los que trabajamos en TI nos vimos forzados a trabajar desde casa con un montón de desafíos. En esta entrada de blog les quiero comentar un problema que me surgió relacionado con la seguridad del lugar donde trabajo y una posible forma de solucionar ese problema de forma 'automática'.
  • PowerShell module for Azure Functions [English]

    Jul 23, 2020
    I'll take a look at some of the cmdlets that are included in this initial release of the new Azure Functions module for PowerShell. The detailed tasks on this post using the module include: deploy a new function app, modify some of the settings using the Update cmdlets, and then clean-up-the-house by deleting the resources at the end.
  • Excluir VMs de la Azure Automation Account con PowerShell

    Jul 7, 2020
    Azure Automation permite ejecutar de manera automatizada procesos y flujos para, entre otras cosas, controlar costos en Azure. Una de las tareas más comunes es definir horas de actividad en ciertas VMs para así mantener en ejecución las cargas de trabajo cuando realmente sea necesario, aunque en ciertos casos necesitamos hacer exepciones o exclusiones.