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/api-center/discover-shadow-apis-dev-proxy.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ In the `urlsToWatch` property, specify the URLs that your app uses.
69
69
70
70
### Add a reporter
71
71
72
-
The `ApiCenterOnboardingPlugin` produces a report of APIs that your app is using. To view this report, add a reporter to your Dev Proxy configuration file. Dev Proxy offers several [reporters](/microsoft-cloud/dev/dev-proxy/technical-reference/overview.md#reporters). In this example, you use the [plain-text reporter](/microsoft-cloud/dev/dev-proxy/technical-reference/plaintextreporter.md).
72
+
The `ApiCenterOnboardingPlugin` produces a report of APIs that your app is using. To view this report, add a reporter to your Dev Proxy configuration file. Dev Proxy offers several [reporters](/microsoft-cloud/dev/dev-proxy/technical-reference/overview#reporters). In this example, you use the [plain-text reporter](/microsoft-cloud/dev/dev-proxy/technical-reference/plaintextreporter).
73
73
74
74
Update your `devproxyrc.json` file with a reference to the plain-text reporter:
75
75
@@ -108,7 +108,7 @@ To check if your app is using shadow APIs, connect to your Azure subscription, r
108
108
109
109
### Connect to your Azure subscription
110
110
111
-
Dev Proxy uses information from Azure API Center to determine if your app is using shadow APIs. To get this information, it needs a connection to your Azure subscription. You can connect to your Azure subscription in [several ways](/microsoft-cloud/dev/dev-proxy/technical-reference/apicenterproductionversionplugin.md#remarks).
111
+
Dev Proxy uses information from Azure API Center to determine if your app is using shadow APIs. To get this information, it needs a connection to your Azure subscription. You can connect to your Azure subscription in [several ways](/microsoft-cloud/dev/dev-proxy/technical-reference/apicenterproductionversionplugin#remarks).
112
112
113
113
### Run Dev Proxy
114
114
@@ -224,7 +224,7 @@ When you run Dev Proxy with `createApicEntryForNewApis` set to `true`, it automa
224
224
225
225
When you choose to automatically onboard, shadow APIs to API Center, you can have Dev Proxy generate the OpenAPI spec for the API. Onboarding APIs with OpenAPI specs speeds up onboarding of missing endpoints and provide you with the necessary information about the API. When the `ApiCenterOnboardingPlugin` detects, that Dev Proxy created a new OpenAPI spec, it associates it with the corresponding onboarded API in API Center.
226
226
227
-
To automatically generate OpenAPI specs for onboarded APIs, update Dev Proxy configuration to include the [`OpenApiSpecGeneratorPlugin`](/microsoft-cloud/dev/dev-proxy/technical-reference/openapispecgeneratorplugin.md).
227
+
To automatically generate OpenAPI specs for onboarded APIs, update Dev Proxy configuration to include the [`OpenApiSpecGeneratorPlugin`](/microsoft-cloud/dev/dev-proxy/technical-reference/openapispecgeneratorplugin).
228
228
229
229
```json
230
230
{
@@ -302,5 +302,5 @@ Using Dev Proxy and its `ApiCenterOnboardingPlugin`, you can check if your app i
302
302
303
303
## More information
304
304
305
-
-[Learn more about Dev Proxy](/microsoft-cloud/dev/dev-proxy/)
305
+
-[Learn more about Dev Proxy](/microsoft-cloud/dev/dev-proxy/overview)
306
306
-[Learn more about Azure API Center](./key-concepts.md)
0 commit comments