Azure-Samples / apim-genai-gateway-toolkit

A repo to accelerate development and testing of GenAI Gateways built with Azure API Management. Includes various capabilities as examples/starters.
MIT License
35 stars 12 forks source link

selecting centralIndia as region breaks deploy script #17

Closed pkt1583 closed 4 months ago

pkt1583 commented 4 months ago

If I select centralIndia as region the storage account name is too big. Azure storage account name has to be less then or equal to 24 characters. Suggest to remove aoaisim from https://github.com/Azure-Samples/apim-genai-gateway-toolkit/blob/main/infra/simulators/modules/simulatorBase.bicep#L24-L27. As the resources are anyways created in dedicated resource group

prasann commented 4 months ago

thanks for the contribution. the fix is merged now.