Skip to content

Commit 050037b

Browse files
Updates links
1 parent a7262a7 commit 050037b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/api-center/discover-shadow-apis-dev-proxy.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ In the `urlsToWatch` property, specify the URLs that your app uses.
6969
7070
### Add a reporter
7171

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).
7373

7474
Update your `devproxyrc.json` file with a reference to the plain-text reporter:
7575

@@ -108,7 +108,7 @@ To check if your app is using shadow APIs, connect to your Azure subscription, r
108108

109109
### Connect to your Azure subscription
110110

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).
112112

113113
### Run Dev Proxy
114114

@@ -224,7 +224,7 @@ When you run Dev Proxy with `createApicEntryForNewApis` set to `true`, it automa
224224

225225
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.
226226

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).
228228

229229
```json
230230
{
@@ -302,5 +302,5 @@ Using Dev Proxy and its `ApiCenterOnboardingPlugin`, you can check if your app i
302302

303303
## More information
304304

305-
- [Learn more about Dev Proxy](/microsoft-cloud/dev/dev-proxy/)
305+
- [Learn more about Dev Proxy](/microsoft-cloud/dev/dev-proxy/overview)
306306
- [Learn more about Azure API Center](./key-concepts.md)

0 commit comments

Comments
 (0)