Skip to content

Commit 1c6ab1a

Browse files
committed
considerations section
1 parent 4e6097f commit 1c6ab1a

File tree

3 files changed

+17
-15
lines changed

3 files changed

+17
-15
lines changed

articles/ai-services/openai/concepts/use-your-data.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,22 @@ When customizing the app, we recommend:
185185

186186
- Pulling changes from the `main` branch for the web app's source code frequently to ensure you have the latest bug fixes and improvements.
187187

188+
### Important considerations
189+
190+
- Publishing creates an Azure App Service in your subscription. It may incur costs depending on the
191+
[pricing plan](https://azure.microsoft.com/pricing/details/app-service/windows/) you select. When you're done with your app, you can delete it from the Azure portal.
192+
- You can [customize](../concepts/use-your-data.md#using-the-web-app) the frontend and backend logic of the web app.
193+
- By default, the app will only be accessible to you. To add authentication (for example, restrict access to the app to members of your Azure tenant):
194+
195+
1. Go to the [Azure portal](https://portal.azure.com/#home) 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**.
196+
197+
:::image type="content" source="../media/quickstarts/web-app-authentication.png" alt-text="Screenshot of the authentication page in the Azure portal." lightbox="../media/quickstarts/web-app-authentication.png":::
198+
199+
1. 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**
200+
201+
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.
202+
203+
188204
### Using the API
189205

190206
Consider setting the following parameters even if they are optional for using the API.

articles/ai-services/openai/includes/deploy-web-app.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@ Select your subscription, resource group, location, and pricing plan for the pub
2727
update an existing app, select **Publish to an existing web app** and choose the name of your previous
2828
app from the dropdown menu.
2929

30+
If you choose to deploy a web app, see the [important considerations](../concepts/use-your-data.md#important-considerations) for using it.
3031
> [!div class="nextstepaction"]
3132
> [I ran into an issue with the web app.](https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=STUDIO&Pillar=AOAI&Product=ownData&Page=quickstart&Section=Create-sample-app)

articles/ai-services/openai/includes/use-your-data-studio.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -61,18 +61,3 @@ You can experiment with the configuration settings such as temperature and pre-r
6161

6262
[!INCLUDE [deploy-web-app](deploy-web-app.md)]
6363

64-
65-
### Important considerations
66-
67-
- Publishing creates an Azure App Service in your subscription. It may incur costs depending on the
68-
[pricing plan](https://azure.microsoft.com/pricing/details/app-service/windows/) you select. When you're done with your app, you can delete it from the Azure portal.
69-
- You can [customize](../concepts/use-your-data.md#using-the-web-app) the frontend and backend logic of the web app.
70-
- By default, the app will only be accessible to you. To add authentication (for example, restrict access to the app to members of your Azure tenant):
71-
72-
1. Go to the [Azure portal](https://portal.azure.com/#home) 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**.
73-
74-
:::image type="content" source="../media/quickstarts/web-app-authentication.png" alt-text="Screenshot of the authentication page in the Azure portal." lightbox="../media/quickstarts/web-app-authentication.png":::
75-
76-
1. 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**
77-
78-
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.

0 commit comments

Comments
 (0)