-
Notifications
You must be signed in to change notification settings - Fork 510
Open
Description
Description
Our goal is to create a Fabric platform infrastructure deployment module, that takes the best practices of all our existing fabric samples and simplifies the infra deployment. We want to take into account:
- Optionality on permissions (Entra Global Admin vs Azure Contributor)
- Storage Accounts, Fabric Capacity, Security Groups
- Service Principal vs Managed Identity permissioning
- There are some services in Fabric that support both, some only one or the other
- Needs to be documented (see fabric dataops sample for examples on each)
Our audience/persona are software and data engineers hoping to easily deploy the necessary compute and storage to set up a platform Fabric deployment.
Acceptance Criteria
- Must use a devcontainer
- Spike on AZD CLI
- Spike on Deployment Stacks
- IaC in Bicep or Terraform (consider using AVMs if they exist)
- Testing approach documented