Fix Azure file share premium v1 GRS issue#176
Open
mustafacco7 wants to merge 2 commits intoAzure:mainfrom
Open
Fix Azure file share premium v1 GRS issue#176mustafacco7 wants to merge 2 commits intoAzure:mainfrom
mustafacco7 wants to merge 2 commits intoAzure:mainfrom
Conversation
Fixes Azure#172 Add alternative recommendations for premium storage accounts in the Reliability Workbook Advisor. * Add a new section to provide information about using ZRS and AVD mechanisms like CloudCache for premium storage accounts. * Include a conditional visibility parameter to display this information only when the "Help" parameter is set to "Yes". --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/Azure/reliability-workbook/issues/172?shareId=XXXX-XXXX-XXXX-XXXX).
…GRS recommendations * Add SKU/Tier information to `workbooks/azuredeploy_export.json` to help users identify the type of storage account being used * Update KQL queries in `workbooks/azuredeploy_export.json` to retrieve and display SKU/Tier information for each storage account * Refine logic in `workbooks/azuredeploy.json` to detect premium storage accounts and exclude them from GRS recommendations * Add condition in `workbooks/azuredeploy.json` queries to check for storage account kind and tier, and only recommend GRS for non-premium accounts
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.
Fixes #172
Add alternative recommendations for premium storage accounts in the Reliability Workbook Advisor.
For more details, open the Copilot Workspace session.