Emanuel Palm
palmemanuel.bsky.social
Emanuel Palm
@palmemanuel.bsky.social
700 followers 170 following 19 posts
IT nerd by day, virtual dragon slayer by night. PowerShell fan, tech enthusiast, Microsoft MVP, coffee nerd and sometimes D&D dungeon master. I also run the coffee roastery Arkanum at https://arkanum.coffee, and have a blog at https://pipe.how.
Posts Media Videos Starter Packs
Reposted by Emanuel Palm
Reposted by Emanuel Palm
Here we go. During #PSConfEU MiniCon we announced and opened #PSConfEU 2026 in Germany CFP

Speakers can submit their sessions at sessionize.com/psconfeu26
Share this URL on your official website, via social networks and directly to speakers you would like to see on your event.
#PowerShell #pwsh
PowerShell Conference Europe 2026: Call for Speakers
Welcome to the Call for Speakers Page for PowerShell Conference Europe 2026. This time it will be held in Wiesbaden, Germany. June 1-4, 2026 We are ...
sessionize.com
I've wanted a way to use Bicep for Azure DevOps since the first extension, great stuff!

I've seen companies do much of project onboarding in Azure DevOps with scripted config for:
* Repos
* Permissions/roles
* Security settings
* Agent pools
* Service connections
* etc

Automating overall setup 🛠️
Reposted by Emanuel Palm
🚀 Need your help! With Bicep local-deploy, we can create extensions outside the Azure environment. I have developed an extension that integrates 𝐀𝐳𝐮𝐫𝐞 𝐁𝐢𝐜𝐞𝐩 𝐢𝐧𝐭𝐨 𝐀𝐳𝐮𝐫𝐞 𝐃𝐞𝐯𝐎𝐩𝐬, allowing you to configure Azure DevOps using Azure Bicep IaC!

#MVPBuzz #azure #azurebicep #azuredevops
Awesome work, well done! 👏
bARGE now has full #KQL syntax highlighting, intellisense for hovering and completions with documentation and links.

New buttons to run queries from the editor title menu (circled in image).

Using #Azure #ResourceGraph Explorer? Try bARGE in #VSCode!

marketplace.visualstudio.com/items?itemNa...
KQL against local resources is super cool!
Go for it, full permissions to steal ideas! Built-in KQL syntax highlighting and intellisense is on the list for bARGE, trickier since it's not the full supported Kusto language though with ARG only having subset.
It also adapts to layouts and theme, so try it out and let me know what you think.

It's open source and feature requests are happily accepted! 🥳
It has everything that ARG explorer in Azure Portal has and more:

* Select text in a KQL file and run it directly
* Switch account and scope
* Compare values from multiple rows
* Copy as formatted or compressed
* Sort, order and navigate results without re-running your queries
Have you ever wanted to run your #KQL queries for #Azure Resource Graph from Visual Studio Code, but missed the functionality of the Azure Portal?

I did, so I built a #VSCode extension called bARGE, a boosted Azure Resource Graph Explorer. 🏴‍☠️

marketplace.visualstudio.com/items?itemNa...
Reposted by Emanuel Palm
PSConfEU @psconf.eu · Jul 16
🚀 CI/CD that scales securely?
At #PSConfEU 2025, @palmemanuel.bsky.social showed how to:
✅ Mirror GitHub issues across repos
✅ Use GitHub Apps (not user tokens!)
✅ Automate pipelines org-wide
🛠️ Real-world GitHub Actions + Apps demos.
#PowerShell #DevOps #CICD #GitHub
- YouTube
Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.
youtu.be
Let me know if you find something that's missing! 🙂
This also means that future types are easier to add, let me know if you have any special collection type that you'd like support for!

If you're curious for which types are supported right now, there's a new command for that too!
New release of AzBobbyTables out, the #PowerShell module for all of your #Azure Storage Table needs!

Apart from some dependency upgrades, a new type conversion system is in place to allow for inputs of either Hashtables, PSObject or (new!) SortedLists 🥳

www.powershellgallery.com/packages/AzB...
AzBobbyTables 3.4.0
A module for handling Azure Table Storage operations by wrapping the Azure Data Tables SDK.
www.powershellgallery.com
Reposted by Emanuel Palm
Time for day 3 of #PSConfEU 2025! Let's start of the day with the deep dive session of @palmemanuel.bsky.social about #CICD with #GitHub!
Reposted by Emanuel Palm
What a kick-off for #PowerShell Conference Europe — let Day 2 roll on! 🔥

#PSConfEU #Opening #automation #IT #Conference #Sweden #Svenska #Malmö
Enjoy! It's the best seat at the table 😁
A month until #PSConfEU! Will I see you there?
@palmemanuel.bsky.social will be on stage for #PSConfEU 2025 in #Malmö (23-26 June)!

🎙️Building robust CI/CD pipelines with GitHub Apps and custom automation

🎟️ Tickets and full schedule available at psconf.eu

#PowerShell #Skåne #Svenska #Sweden #IT
Reposted by Emanuel Palm
Reposted by Emanuel Palm
Six months ago the Azure Open Source Incubations Team announced Drasi, a new type of data change processing system that dramatically simplifies the development and operation of reactive, change-based applications and services. Read more in this post from the Azure Incubations team:
Optimizing Change-Driven Architectures with Drasi | Microsoft Community Hub
By: Allen Jones, Principal Software Engineer, Azure Incubations, Microsoft The need to detect and react to data changes is pervasive across modern software...
techcommunity.microsoft.com
Reposted by Emanuel Palm
PSConfEU @psconf.eu · Mar 27
@palmemanuel.bsky.social will be on stage for #PSConfEU 2025 in #Malmö (23-26 June)!

🎙️Building robust CI/CD pipelines with GitHub Apps and custom automation

🎟️ Tickets and full schedule available at psconf.eu

#PowerShell #Skåne #Svenska #Sweden #IT
Reposted by Emanuel Palm
Next release of Bicep will have experimental DSCv3 support! github.com/Azure/bicep/...

This is just the first of many steps, but you can now author DSCv3 config using Bicep (don't try loops, won't work). There's still lots of work left to have more natural integration including intellisense.
Release v0.34.44 · Azure/bicep
Features and Bug Fixes Use languageVersion 2.0 when an existing resource has an explicit dependency (#16670) Validate regex patterns against non-backtracking engine (#16687) Generate deterministic...
github.com