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
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,9 @@ 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
+
> [!NOTE]
22
+
> A quick way to start your experimentation journey is to run the [Quote of the Day AZD sample.](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.
23
+
21
24
In this tutorial, you:
22
25
23
26
> [!div class="checklist"]
@@ -140,7 +143,7 @@ In this example, you create an ASP.NET web app named _Quote of the Day_. When th
140
143
141
144
* Adds an Application Insights telemetry client to the application.
142
145
* Adds a telemetry initializer that appends targeting information to outgoing telemetry.
143
-
* Disables adaptive sampling. For more information about disabling adaptive sampling, go to [Troublehooting](../partner-solutions/split-experimentation/troubleshoot.md#sampling-in-application-insights).
146
+
* Disables adaptive sampling. For more information about disabling adaptive sampling, go to [Troubleshooting](../partner-solutions/split-experimentation/troubleshoot.md#sampling-in-application-insights).
144
147
145
148
1. In the root folder *QuoteOfTheDay*, create a new file named *ExampleTargetingContextAccessor.cs*. This creates a new class named `ExampleTargetingContextAccessor`. Paste the content below into the file.
146
149
@@ -475,7 +478,7 @@ The app we created only specifies one event, but you can have multiple events an
475
478
476
479
To put your newly setup experiment to the test and generate results for you to analyze, simulate some traffic to your application and wait a 10 to 15 minutes.
477
480
478
-
To view the results of your experiment, navigate to **Feature Manager** and on the list of variant feature flags, select the **Active** link under the **Experiment** label in the grid view or click on **...** > **Experiment**.
481
+
To view the results of your experiment, navigate to **Feature Manager** and on the list of variant feature flags, click on **...** > **Experiment**, or select the **Active** link in the **Experiment** column. This column isn't displayed by default. To show it, in **Feature manager**, select **Manage view** > **Edit Columns** > **Add Column** > **Experiment** and **Apply**.
479
482
480
483
On the results page, a **Version** of the Experiment, a **Baseline** to compare the results against, and a **Comparison** variant are selected by default. If needed, change the defaults per your liking, then select **Apply** to view the result of your experiment.
Copy file name to clipboardExpand all lines: articles/partner-solutions/split-experimentation/create.md
+51-29Lines changed: 51 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: Create a Split Experimentation Workspace (preview)
3
-
description: Start running an experiment by creating a Split Experimentation Workspace (preview) from an App Configuration store, from Azure Marketplace or from the Azure search bar.
3
+
description: Start running an experiment by creating a Split Experimentation Workspace (preview) from an App Configuration store, from Azure Marketplace, or from the Azure search bar.
4
4
#customerintent: As a developer, I want to learn how to get started with Split Experimentation, by creating a Split Experimentation workspace.
5
5
author: maud-lv
6
6
ms.author: malev
@@ -20,61 +20,83 @@ Split Experimentation allows you to run A/B tests for your applications and gath
20
20
## Prerequisites
21
21
22
22
- An Azure subscription. If you don’t have one, [create one for free](https://azure.microsoft.com/free/).
23
-
-An [Entra ID app with required configuration](./how-to-set-up-data-access.md).
23
+
-A [Microsoft Entra ID app with required configuration](./how-to-set-up-data-access.md).
24
24
- An [Azure storage account](../../storage/common/storage-account-create.md)
25
25
- A [Workspace-based Application Insights resource connected to an App Configuration store](../../azure-app-configuration/run-experiments-aspnet-core.md#connect-an-application-insights-preview-resource-to-your-configuration-store).
26
26
27
-
## Create a Split Experimentation Workspace from an App Configuration store
27
+
## Find Split Experimentation Workspace (preview)
28
28
29
-
Split Experimentation is available from the left menu in App Configuration. To create a new Split Experimentation Workspace from an App Configuration store, follow the process below.
29
+
Find Split Experimentation Workspace (preview) in one of the following ways:
30
30
31
-
###Find Split Experimentation Workspace
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
+
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.
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.":::
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.":::
36
+
1. On this panel, under the Split Experimentation Workspace label, select **Create new**.
36
37
37
-
1. On this page, under the Split Experimentation Workspace label, select **Create New**. This action opens a new panel.
38
+
:::image type="content" source="./media/create/create-new-option.png" alt-text="Screenshot of the Azure portal, selecting Create new Split Experimentation Workspace.":::
38
39
39
-
:::image type="content" source="./media/create/create-new-option.png" alt-text="Screenshot of the Azure portal, selecting Create new Split Experimentation Workspace.":::
40
+
- Find Split Experimentation Workspace from the Azure search bar.
40
41
41
-
### Fill out the resource creation form
42
+
1. Open the Azure portal homepage, go to the search bar at the top, and enter *Split Experimentation Workspace*.
:::image type="content" source="./media/create/find-in-azure-portal-search.png" alt-text="Screenshot of the Azure portal, finding Split Experimentation Workspace from the search bar.":::
44
45
45
-
## Create a Split Experimentation Workspace from Azure Marketplace
46
+
1. Under **Services**, select **Split Experimentation Workspace (preview)**, then select **Create** or **Create Split Experimentation Workspace (preview)**.
46
47
47
-
Split Experimentation Workspace is available in Azure Marketplace. To create a Split Experimentation Workspace from Azure Marketplace, follow the steps below.
48
+
:::image type="content" source="./media/create/create-new-workspace.png" alt-text="Screenshot of the Azure portal, creating a new workspace.":::
48
49
49
-
###Find Split Experimentation Workspace
50
+
- Find Split Experimentation Workspace from Azure Marketplace.
50
51
51
-
1. In the Azure portal, go to **Marketplace**.
52
-
1. In the pane that opens, enter **Split Experimentation**, then select **Split Experimentation for Azure App Configuration**.
53
-
1. Select a plan from the **Plan** dropdown list and select **Subscribe**.
52
+
1. In the Azure portal, go to **Marketplace**, then, in the pane that opens, enter **Split Experimentation** and select **Split Experimentation for Azure App Configuration**.
54
53
55
-
### Fill out the resource creation form
54
+
:::image type="content" source="./media/create/find-in-azure-marketplace.png" alt-text="Screenshot of the Azure portal, creating a new workspace from Azure Marketplace.":::
The Azure portal provides direct access to create a Split Experimentation Workspace.
60
+
### Basics
62
61
63
-
### Find Split Experimentation Workspace
62
+
Under **Basics**, select or enter the following information, then select **Next**. This tab contains basic information about your Split Experimentation Workspace.
64
63
65
-
1. Open the Azure portal homepage, go to the search bar at the top, and enter *Split Experimentation Workspace*. Under **Services**, select **Split Experimentation Workspace (preview)**.
64
+
:::image type="content" source=".\media\create\create-basic-tab.png" alt-text="Screenshot of the Azure portal, filling out the basic tab to create a new resource.":::
66
65
67
-
:::image type="content" source="./media/create/find-in-azure-portal-search.png" alt-text="Screenshot of the Azure portal, finding Split Experimentation Workspace from the search bar.":::
66
+
-**Subscription:** Select the Azure subscription you want to use for the resource.
67
+
-**Resource group:** Select an existing resource group or create a new one for the resource.
68
+
-**Resource name** Enter a name for your Split Experimentation Workspace.
69
+
-**Region:** Select the region where you want to deploy the resource.
70
+
-**Pricing plan:****Monthly Pay As You Go** is displayed on screen. This is the only plan available.
68
71
69
-
1. Select **Create** or **Create Split Experimentation Workspace (preview)**.
72
+
### Data source
70
73
71
-
:::image type="content" source="./media/create/create-new-workspace.png" alt-text="Screenshot of the Azure portal, creating a new workspace.":::
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
73
-
This action opens a new panel. Select or enter the requested information following the instructions below.
76
+
:::image type="content" source=".\media\create\create-data-source-tab.png" alt-text="Screenshot of the Azure portal, filling out the data source tab to create a new resource.":::
74
77
75
-
### Fill out the resource creation form
78
+
- Enable **Data Ingestion** by selecting the checkbox to allow ingestion of impressions and events from the data source. If you deselect the checkbox, you can enable data ingestion later using the App Configuration portal by navigating to **Experimentation > Split Experimentation Workspace.**
> If you do not enable **Data Ingestion** for your Split Experimentation Workspace resource, feature evaluation and customer events will not be exported from your **Data Source** to Split.
82
+
83
+
- Under **Log Analytics workspace**, select the **Application Insights** resource you want to use for this experiment. It must be the same Application Insights workspace you connected to your App Configuration store in the previous step.
84
+
- Under **Export Destination Details**, select the **Storage Account** you want to use for storing impressions and events data. A data export rule will be created in the selected Log Analytics workspace to export data to the storage account entered and configured below.
85
+
86
+
> [!NOTE]
87
+
> When creating a new storage account for your experimentation, you must use the same region as your Log Analytics workspace.
88
+
89
+
### Data access policy
90
+
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**.
92
+
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.":::
94
+
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.
96
+
97
+
### Review and create
98
+
99
+
Under **Review + create**, review the information listed for your new Split Experimentation resource, read the terms, and select **Create**.
0 commit comments