Skip to content

Commit daa27a3

Browse files
committed
Refine PR
1 parent 063a3e5 commit daa27a3

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

articles/azure-app-configuration/concept-experimentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ The following sections detail the roles required to perform experiment-related o
9898

9999
### Set up experimentation
100100

101-
To set up experimentation with required resources including Split experimentation workspace, the Azure subscription Owner or Contributor and User Access Administrator role is required.
101+
To set up experimentation with the required resources, including the Split Experimentation Workspace, either the Azure subscription Owner role or the combination of subscription Contributor and User Access Administrator roles is required.
102102

103103
### Create or update experiment
104104

articles/azure-app-configuration/run-experiments-aspnet-core.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Running experiments on your application can help you make informed decisions to
1818

1919
By doing so, you can make data-driven decisions to improve your application.
2020

21+
A quick way to start your experimentation journey is to run the [AZD sample Quote of the Day.](https://github.com/Azure-Samples/quote-of-the-day-dotnet/) This repository provides a comprehensive example, complete with Azure resource provisioning and a first experiment, on how to integrate Azure App Configuration with your .NET applications to run experiments.
22+
2123
In this tutorial, you:
2224

2325
> [!div class="checklist"]

articles/partner-solutions/split-experimentation/create.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Split Experimentation allows you to run A/B tests for your applications and gath
2929
Find Split Experimentation Workspace (preview) in one of the following ways:
3030

3131
- Find Split Experimentation Workspace from Azure App Configuration.
32+
3233
1. Open the App Configuration store in which you want to create the Split Experimentation Workspace, then select **Experimentation > Split Experimentation Workspace (preview)** from the left menu.
3334

3435
:::image type="content" source="./media/create/find-in-app-configuration-store.png" alt-text="Screenshot of the Azure portal, finding resource from the App Configuration store left menu.":::
@@ -54,7 +55,9 @@ Find Split Experimentation Workspace (preview) in one of the following ways:
5455

5556
1. The **Monthly Pay As You Go** plan is selected by default. Click on **Subscribe**.
5657

57-
## Basics
58+
## Create Split Experimentation Workspace (preview)
59+
60+
### Basics
5861

5962
Under **Basics**, select or enter the following information, then select **Next**. This tab contains basic information about your Split Experimentation Workspace.
6063

@@ -66,7 +69,7 @@ Under **Basics**, select or enter the following information, then select **Next*
6669
- **Region:** Select the region where you want to deploy the resource.
6770
- **Pricing plan:** **Monthly Pay As You Go** is displayed on screen. This is the only plan available.
6871

69-
## Data source
72+
### Data source
7073

7174
Under **Data Source**, select the following information, then select **Next**. The data source is the resource that provides Split with the feature flag impressions and events data for analyzing the experiments.
7275

@@ -83,15 +86,15 @@ Under **Data Source**, select the following information, then select **Next**. T
8386
> [!NOTE]
8487
> When creating a new storage account for your experimentation, you must use the same region as your Log Analytics workspace.
8588
86-
## Data access policy
89+
### Data access policy
8790

8891
Under **Data Access Policy**, select the Microsoft Entra ID application to use for authentication and authorization in your Split workspace, then select **Review + create**.
8992

9093
:::image type="content" source=".\media\create\create-data-access-policy-tab.png" alt-text="Screenshot of the Azure portal, filling out the data access policy tab to create a new resource.":::
9194

9295
If your group already uses a shared enterprise application, you may contact the administrator of your group to add you as a user. Otherwise, [create and set up your Microsoft Entra ID application](../../partner-solutions/split-experimentation/how-to-set-up-data-access.md) for Split Experimentation Workspace, then add yourself as a user.
9396

94-
## Review and create
97+
### Review and create
9598

9699
Under **Review + create**, review the information listed for your new Split Experimentation resource, read the terms, and select **Create**.
97100

articles/partner-solutions/split-experimentation/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To get started, follow the quickstart to [create a Split Experimentation Workspa
2727

2828
## Prerequisites
2929

30-
To set up an experimentation, the Azure subscription Owner, or subscription Contributor with User Access Administrator role is required.
30+
To set up an experimentation, either the Azure subscription Owner role or the combination of subscription Contributor and User Access Administrator roles is required.
3131

3232
## Billing
3333

0 commit comments

Comments
 (0)