Recent Posts
Wrapping Ansible around the Fabric Assessment Tool
This is part two to the previous post about customizing the Microsoft Fabric Assessment tool. See the previous post or my GitHub to fork the tool for your own use.
Next Steps
Once I understood and repackaged the tool I was able to get it to output the needed files for the PowerBI dashboards. However, we wanted to be able to drop these files weekly into a SharePoint site so the dashboards were automatically updated.
Automating a PowerBI and Fabric Assessment Tool
This post will be a bit different than the other posts thus far. This will be part 1 which will cover the basics of this wheel based Python package. It will also cover building a custom execution environment to run this tool which requires Python 3.11 or newer.
How I got here
Quick story time….
In my current role I am often asked to take a process and wrap some automation around it. The current PowerBI Admin and Data Teams had relied on a somewhat poorly written PowerShell version of a PowerBI assessment tool that had originally come from Microsoft.
Using special variables in blocks to improve code readability
This post will cover using special variables that Ansible provides when using blocks for error handling.
I know that it has been a while since i’ve posted. I took a lovely vacation to Japan for 3 weeks and the pre and post trip logistics have me a bit bogged down. This will be a short one.
I just recently discovered that when using a block (and rescue) that two special variables are created that are very useful in limiting the amount of YAML that needs to be written.