こちら該当バグ修正されました
https://github.com/microsoft/sample-app-aoai-chatGPT/issues/1132
Azure ai Studio のチャットプレイグランドからwebアプリのデプロイが失敗する
下記エラー文によりAzure ai Studio のチャットプレイグランドからwebアプリが作成できません。
Deployment template validation failed: 'The template resource '{openai resource名 }-role-assignment' at line '1' and column '24155' is not valid: Unable to parse language expression 'and(empty(parameters('azureOpenAIKey')), not(empty(parameters('azureOpenAIResourceResourceGroup'))), not(empty(parameters('azureOpenAIResourceSubscriptionId')))': expected token 'RightParenthesis' and actual 'EndOfData'.. Please see https://aka.ms/arm-functions for usage details.'.
https://learn.microsoft.com/ja-jp/azure/ai-studio/tutorials/deploy-chat-web-app
に従って実行しています。Web アプリのデプロイ 手順5で失敗しています.
プレイグランドでの動作は確認済みです
事前準備としてMicrosoft.Web リソース プロバイダーの登録は実施済みです。