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
| Maximum number of APIs | 200<sup>3</sup> | 10,000 |
18
17
| Maximum number of versions per API | 5 | 100 |
19
18
| Maximum number of definitions per version | 5 | 5 |
20
19
| Maximum number of deployments per API | 10 | 10 |
@@ -23,12 +22,11 @@ ms.custom: Include file
23
22
| Maximum number of custom metadata properties per entity<sup>3</sup> | 10 | 20 |
24
23
| Maximum number of child properties in custom metadata property of type "object" | 10 |10 |
25
24
| Maximum requests per minute (data plane) | 3,000 | 6,000 |
26
-
| Maximum number of APIs accessed through data plane API | 5 | 10,000 |
27
25
| Maximum number of API definitions [analyzed](../enable-managed-api-analysis-linting.md)| 10 | 2,000<sup>4</sup> |
28
26
| Maximum number of linked API sources<sup>5</sup> | 1 | 3 |
29
27
| Maximum number of APIs synchronized from a linked API source | 200 | 2,000<sup>4</sup> |
30
28
31
-
<sup>1</sup> Free plan provided for 90 days, then service is soft-deleted. Use of full service features including API analysis and access through the data plane API is limited.<br/>
29
+
<sup>1</sup> Free plan provided for 90 days, then service is soft-deleted. Use of full service features including API analysis is limited.<br/>
32
30
<sup>2</sup> To increase a limit in the Standard plan, contact [support](https://azure.microsoft.com/support/options/).<br/>
33
31
<sup>3</sup> Custom metadata properties assigned to APIs, deployments, and environments.<br/>
34
32
<sup>4</sup> Process can take a few minutes to up to 24 hours to complete.<br/>
#Customer intent: I want to dynamically update my ASP.NET web application (.NET Framework) to use the latest configuration data in App Configuration.
13
13
---
@@ -52,15 +52,35 @@ Add the following key-values to the App Configuration store and leave **Label**
52
52
53
53
## Reload data from App Configuration
54
54
55
-
1. Right-click your project and select **Manage NuGet Packages**. On the **Browse** tab, search and add the latest version of the following NuGet package to your project.
55
+
1. Right-click your project and select **Manage NuGet Packages**. On the **Browse** tab, search and add the latest version of the following NuGet packages to your project.
#Customer intent: I want to dynamically update my .NET app to use the latest configuration data in App Configuration.
15
15
---
@@ -33,24 +33,28 @@ Finish the quickstart [Create a .NET app with App Configuration](./quickstart-do
33
33
34
34
## Activity-driven configuration refresh
35
35
36
-
Open *Program.cs* and update the file with the following code.
36
+
Open *Program.cs* and update the file with the following code. You can connect to App Configuration using either Microsoft Entra ID (recommended) or a connection string. The following code snippet demonstrates using Microsoft Entra ID.
37
+
38
+
You use the `DefaultAzureCredential` to authenticate to your App Configuration store. While completing the quickstart listed in the prerequisites, you already [assigned your credential the **App Configuration Data Reader role**](./concept-enable-rbac.md#authentication-with-token-credentials).
0 commit comments