Added
- API ID general sample: Extracts an API ID based on an API naming convention. Unfortunately, the
contextobject in an API call does not reveal any tags, making it difficult for telemetry to explicitly identify an API. - Azure Front Door diagnostic logging: Logs all metrics to the common log analytics workspace for the infrastructure. Previously, we did not see requests to Front Door reflected in telemetry due to an omission of the diagnostic settings. #89
- Parallel clean-up: When more than one index is defined in the
clean-up.ipynbfiles, cleaning resources is multi-threaded. This speeds up the process substantially, especially with Azure Container Apps infrastructures. #87 - [Engineering]: Added infrastructure classes to consolidate infrastructure creation logic. #88
Changed
- Allow Infrastructure Updates: Re-running infrastructure builds is now possible. This is helpful when new APIs, named values, etc. are added to infrastructures notebooks after they were already built in Azure. Previously, manual changes needed to be made, or the infrastructure had to be cleaned up, then redeployed. #86
Fixed
- GitHub Copilot instructions file was named incorrectly (leading period in filename) and was consequently not automatically added to the chat context.
Full Changelog: 1.8.0...1.9.0