You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-app-configuration/concept-experimentation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,7 @@ The following sections detail the roles required to perform experiment-related o
98
98
99
99
### Set up experimentation
100
100
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.
Copy file name to clipboardExpand all lines: articles/azure-app-configuration/run-experiments-aspnet-core.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,8 @@ Running experiments on your application can help you make informed decisions to
18
18
19
19
By doing so, you can make data-driven decisions to improve your application.
20
20
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.
Copy file name to clipboardExpand all lines: articles/partner-solutions/split-experimentation/create.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@ Split Experimentation allows you to run A/B tests for your applications and gath
29
29
Find Split Experimentation Workspace (preview) in one of the following ways:
30
30
31
31
- Find Split Experimentation Workspace from Azure App Configuration.
32
+
32
33
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.
33
34
34
35
:::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:
54
55
55
56
1. The **Monthly Pay As You Go** plan is selected by default. Click on **Subscribe**.
Under **Basics**, select or enter the following information, then select **Next**. This tab contains basic information about your Split Experimentation Workspace.
60
63
@@ -66,7 +69,7 @@ Under **Basics**, select or enter the following information, then select **Next*
66
69
-**Region:** Select the region where you want to deploy the resource.
67
70
-**Pricing plan:****Monthly Pay As You Go** is displayed on screen. This is the only plan available.
68
71
69
-
## Data source
72
+
###Data source
70
73
71
74
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.
72
75
@@ -83,15 +86,15 @@ Under **Data Source**, select the following information, then select **Next**. T
83
86
> [!NOTE]
84
87
> When creating a new storage account for your experimentation, you must use the same region as your Log Analytics workspace.
85
88
86
-
## Data access policy
89
+
###Data access policy
87
90
88
91
Under **Data Access Policy**, select the Microsoft Entra ID application to use for authentication and authorization in your Split workspace, then select **Review + create**.
89
92
90
93
:::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.":::
91
94
92
95
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.
93
96
94
-
## Review and create
97
+
###Review and create
95
98
96
99
Under **Review + create**, review the information listed for your new Split Experimentation resource, read the terms, and select **Create**.
Copy file name to clipboardExpand all lines: articles/partner-solutions/split-experimentation/overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ To get started, follow the quickstart to [create a Split Experimentation Workspa
27
27
28
28
## Prerequisites
29
29
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.
0 commit comments