feat: Add support for using existing Fabric capacity during deployment#39
Open
Saswato-Microsoft wants to merge 1 commit intomainfrom
Open
feat: Add support for using existing Fabric capacity during deployment#39Saswato-Microsoft wants to merge 1 commit intomainfrom
Saswato-Microsoft wants to merge 1 commit intomainfrom
Conversation
- Introduced 'deployFabricCapacity' parameter to control fabric capacity deployment. - Added 'existingFabricCapacityName' parameter for specifying existing fabric capacity name.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
This pull request introduces support for using an existing Fabric capacity during deployment, rather than always creating a new one. It adds new parameters to control this behavior, updates the deployment logic, and improves documentation to guide users through the new options.
Deployment parameterization and logic:
deployFabricCapacity(boolean) andexistingFabricCapacityName(string) toinfra/main.bicepto allow selection between deploying a new Fabric capacity or using an existing one.infra/main.bicepto conditionally create a Fabric capacity module only ifdeployFabricCapacityis true, and to resolve the output capacity name appropriately. [1] [2]infra/main.parameters.jsonto include the new parameters, allowing them to be set via environment variables.Documentation updates:
docs/DeploymentGuide.mdwith instructions and notes on how to use an existing Fabric capacity by setting the relevant environment variables.Does this introduce a breaking change?
How to Test
What to Check
Verify that the following are valid
Other Information