Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Azure file share premium v1 GRS issue #176

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

mustafacco7
Copy link

@mustafacco7 mustafacco7 commented Oct 17, 2024

Fixes #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.

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Azure file share premium v1 GRS not possible
1 participant