Open zimuli157 opened 4 days ago
Thanks for the suggestion @zimuli157
The azd up
process is designed to deploy the services for the Blazor demo, that's why the AOAI resource does not provide any key. I'll add your 2 lines as part of the deploy / troubleshooting process, to explain that this change may also help to deploy AOAI resources to run the samples.
Best!
@elbruno, Sorry, the screenshot we posted is from Azure OpenAI Services, but after reading README.md carefully, we found that it is the api key on OpenAI APIs. Just to confirm, if it is the api key on OpenAI APIs, we will close this issue.
Description When adding the user secrets, open openAi on the portal, click
Keys and Endpoint
, failed to list key, as follows:Repro steps
azd auth login
.azd up
(azd provision successful).Keys and Endpoint
.Expected behavior The keys of OpenAI can be listed on the portal.
Suggestion There are two suggestions:
disableLocalAuth
tofalse
in theinfra\openai\openai.module.bicep
file.@elbruno and @hemarina for notification.