Publish Azure Open AI webapp and mobileapp

Suvi Anju 45 Reputation points
2023-09-20T13:12:03.47+00:00

I've an chatbot using Azure Open AI Studio. I deployed it as a web app and mobile app, which is accessible via example.azurewebsites.net. However, it only works when I'm signed into Azure. If I share the link, it requires a sign-in and everytime it requires a sign in which makes me login only with the organisation access. I am trying to share the application outside of the organisation which actually requires the sign-in to be removed.

How can I make it completely accessible to anyone with the link?

I've did with the authentication settings but haven't had any success. It will be great if I get any answers.

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
4,083 questions
0 comments No comments
{count} votes

Accepted answer
  1. Janarthanan S 700 Reputation points
    2023-09-20T15:07:09.5866667+00:00

    Hi @Suvi Anju

    It is by default the web app will only be accessible to you. To add authentication for example, restrict access to the app to members of your Azure tenant.

    Please find below steps:

    1. Go to the Azure portal and search for the app name you specified during publishing. Select the web app, and go to the Authentication tab on the left navigation menu. Then select Add an identity provider.
    2. Select Microsoft as the identity provider. The default settings on this page will restrict the app to your tenant only, so you don't need to change anything else here. Then select Add.

    Now users will be asked to sign in with their Azure Active Directory account to be able to access your app. You can follow a similar process to add another identity provider if you prefer. The app doesn't use the user's login information in any other way other than verifying they are a member of your tenant.

    i11

    for more detailed info please refer the Microsoft Documentation as:

    https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/use-your-data?source=recommendations

    Hope the answer is useful to you and thanks for the great question.

    Regards,

    Janarthanan S


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.