Skip to content

v1.1.0

Compare
Choose a tag to compare
@erjosito erjosito released this 09 Apr 13:41
· 1937 commits to main since this release
005d009

This is not the latest release, please access the latest release here.

New features:

  • Multitenancy checklist.
  • Added legend for status values to the checklist.
  • Added 'Not required' to the list of status, to document recommendations might be applicable, but not desired/needed.
  • Graph query format simplified: only a single query is required instead of two.
  • JSON schema added

Checklists supported:

Checklist Status Description
LZ GA Landing Zone design review
AKS GA Azure Kubernetes Service design review
AVD GA Azure Virtual Desktop design review
Multitenancy GA Multitenancy design review
Security Preview Security review
AVS Preview Azure VMware Solution design review

Fixed issues:

  • Checklist load time optimized, now it takes under 10 seconds
  • Simplified mechanism to onboard checklists to the spreadsheet (adding them to the Values worksheet is enough, no coding required)
  • Translation action does not break the JSON structure any more

New Work In Progress:

  • Web UI for self-consumption: https://aka.ms/ftaaas. See our sister repo https://github.com/Azure/fta-aas for more information and the source code.
  • Python scripts (in scripts folder) using xlwings/openpyxl to create/update Excel spreadsheets with either Graph query results or the latest checklist. This would enable the following:
    • Macro-free Excel spreadsheets
    • Support for Mac OS X (through macro-free spreadsheets)