Activity
Mon
Wed
Fri
Sun
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
What is this?
Less
More

Memberships

Learn Microsoft Fabric

14.3k members • Free

2 contributions to Learn Microsoft Fabric
Using Bicep to implement Fabric Resource
Hi Guys, Found this yesterday; made my own version today. On testing, it works so I wanted to share to help-out (credit due for azMantas) ------------------------------------ Git Issue with Template solution (azMantas' work) https://github.com/Azure/bicep/issues/12905 ------------------------------------ The Powershell + Custom solution Vik & I worked on: https://www.linkedin.com/feed/update/urn:li:activity:7204829029592395776/ ------------------------------------ ------------------------------------ RAW Bicep: param name string = 'fabukslake' param location string = resourceGroup().location @allowed([ 'F2' 'F4' 'F8' 'F16' ]) param skuName string = 'F2' param skuTier string = 'Fabric' @description('admin format: something@domain.com') param admin array = ['viktorija.hajduk@p365.co.uk','nick.elgar@p365.co.uk'] param tagValues object = {} resource fabricCapacities 'Microsoft.Fabric/capacities@2022-07-01-preview' = { name: toLower(name) location: location tags: tagValues sku: { name: skuName tier: skuTier } properties: { administration: { members: admin } } } output resourceId string = fabricCapacities.id output resourceName string = fabricCapacities.name
2
0
What are your biggest pain points currently with Fabric?
Hey everyone, happy Monday! I'm currently planning out future content for the YouTube channel, and want to always produce the content that is most relevant/helpful to you! So, some questions: - What are your biggest pain points currently with Fabric? - Anything you're struggling to understand? - Things you think are important, but don't quite grasp yet? It's this kind of engagement that led to the Power BI -> Fabric series, and then the DP-600 series, so I thought I'd open it up to you again! Look forward to hearing from you - thank you! Here's some potential things: - Delta file format - integrating AI/ ML/ Azure AI / Open AI - copilot - Git integration / deployment pipelines / CI/CD - data modelling / implementing SCDs - medallion implementation - more advanced pyspark stuff - data pipelines - metadata driven workflows - dataflows (and optimising dataflows) - lakehouse achitectures - real-time - data science projects - semantic link - migrating semantic models - using python to manage semantic models - administration/ automation - fabric api - other...?
What are your biggest pain points currently with Fabric?
1 like • May '24
For me: - Private Endpoints needing a F64 tier - That you can create custom DB schemas on the SQL Endpoint side using ALTER SCHEMA xxx TRANSFER xxx, but you can not delete them straight-forwardly.
1-2 of 2
Nick Elgar
1
2points to level up
@nick-elgar-4103
Head of Data

Active 479d ago
Joined May 28, 2024
INTJ
Powered by