Skip to content

Commit b89ba9b

Browse files
committed
PR review issues: redirection, image alt-text
1 parent 36a40e0 commit b89ba9b

File tree

4 files changed

+25
-45
lines changed

4 files changed

+25
-45
lines changed

.openpublishing.redirection.json

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,7 @@
2121
"redirect_document_id": false
2222
},
2323
{
24-
"source_path": "articles/germany/graphql-validation-policies.md",
25-
"redirect_url": "/previous-versions/azure/germany/germany-get-started-connect-with-vs",
26-
"redirect_document_id": false
27-
},
28-
{
29-
"source_path": "articles/api-management/germany-get-started-connect-with-vs.md",
24+
"source_path": "articles/germany/germany-get-started-connect-with-vs.md",
3025
"redirect_url": "/previous-versions/azure/germany/germany-get-started-connect-with-vs",
3126
"redirect_document_id": false
3227
},
@@ -37,7 +32,7 @@
3732
},
3833
{
3934
"source_path": "articles/germany/germany-image-gallery.md",
40-
"redirect_url": "/azure/api-management/validation-policies",
35+
"redirect_url": "/previous-versions/azure/germany/germany-image-gallery",
4136
"redirect_document_id": false
4237
},
4338
{
@@ -2923,6 +2918,11 @@
29232918
"redirect_url": "/azure/api-management/api-management-howto-add-products",
29242919
"redirect_document_id": false
29252920
},
2921+
{
2922+
"source_path_from_root": "/articles/api-management/graphql-validation-policies.md",
2923+
"redirect_url": "/azure/api-management/graphql-policies",
2924+
"redirect_document_id": false
2925+
},
29262926
{
29272927
"source_path_from_root": "/articles/api-management/api-management-policy-reference.md",
29282928
"redirect_url": "/azure/api-management/api-management-policies",
@@ -14283,6 +14283,16 @@
1428314283
"redirect_url": "/azure/databox-gateway/data-box-gateway-use-cases",
1428414284
"redirect_document_id": false
1428514285
},
14286+
{
14287+
"source_path_from_root": "/articles/storage/common/storage-ref-azcopy-load.md",
14288+
"redirect_url": "/azure/storage/common/storage-ref-azcopy",
14289+
"redirect_document_id": false
14290+
},
14291+
{
14292+
"source_path_from_root": "/articles/storage/common/storage-ref-azcopy-load-avere-cloud-file-system.md",
14293+
"redirect_url": "/azure/storage/common/storage-ref-azcopy",
14294+
"redirect_document_id": false
14295+
},
1428614296
{
1428714297
"source_path_from_root": "/articles/storage/common/storage-import-export-contact-microsoft-support.md",
1428814298
"redirect_url": "/azure/import-export/storage-import-export-contact-microsoft-support",

articles/api-management/graphql-api.md

Lines changed: 4 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ If you want to import a GraphQL schema and set up field resolvers using REST or
3636
1. From the side navigation menu, under the **APIs** section, select **APIs**.
3737
1. Under **Define a new API**, select the **GraphQL** icon.
3838

39-
:::image type="content" source="media/graphql-api/import-graphql-api.png" alt-text="Selecting GraphQL icon from list of APIs":::
39+
:::image type="content" source="media/graphql-api/import-graphql-api.png" alt-text="Screenshot of selecting GraphQL icon from list of APIs.":::
4040

4141
1. In the dialog box, select **Full** and complete the required form fields.
4242

43-
:::image type="content" source="media/graphql-api/create-from-graphql-schema.png" alt-text="Demonstrate fields for creating GraphQL":::
43+
:::image type="content" source="media/graphql-api/create-from-graphql-schema.png" alt-text="Screenshot of fields for creating a GraphQL API.":::
4444

4545
| Field | Description |
4646
|----------------|-------|
@@ -59,39 +59,9 @@ If you want to import a GraphQL schema and set up field resolvers using REST or
5959

6060
1. Select **Create**.
6161
1. After the API is created, browse the schema on the **Design** tab, in the **Frontend** section.
62-
:::image type="content" source="media/graphql-api/explore-schema.png" alt-text="Explore the GraphQL schema in the portal":::
62+
:::image type="content" source="media/graphql-api/explore-schema.png" alt-text="Screenshot of exploring the GraphQL schema in the portal.":::
6363

64-
## Test your GraphQL API
65-
66-
1. Navigate to your API Management instance.
67-
1. From the side navigation menu, under the **APIs** section, select **APIs**.
68-
1. Under **All APIs**, select your GraphQL API.
69-
1. Select the **Test** tab to access the Test console.
70-
1. Under **Headers**:
71-
1. Select the header from the **Name** drop-down menu.
72-
1. Enter the value to the **Value** field.
73-
1. Add more headers by selecting **+ Add header**.
74-
1. Delete headers using the **trashcan icon**.
75-
1. If you've added a product to your GraphQL API, apply product scope under **Apply product scope**.
76-
1. Under **Query editor**, either:
77-
1. Select at least one field or subfield from the list in the side menu. The fields and subfields you select appear in the query editor.
78-
1. Start typing in the query editor to compose a query.
79-
80-
:::image type="content" source="media/graphql-api/test-graphql-query.png" alt-text="Demonstrating adding fields to the query editor":::
81-
82-
1. Under **Query variables**, add variables to reuse the same query or mutation and pass different values.
83-
1. Click **Send**.
84-
1. View the **Response**.
85-
86-
:::image type="content" source="media/graphql-api/graphql-query-response.png" alt-text="View the test query response":::
87-
88-
1. Repeat preceding steps to test different payloads.
89-
1. When testing is complete, exit test console.
90-
91-
## Limitations
92-
93-
* Only GraphQL pass through is supported.
94-
* A single GraphQL API in API Management corresponds to only a single GraphQL backend endpoint.
64+
[!INCLUDE [api-management-graphql-test.md](../../includes/api-management-graphql-test.md)]
9565

9666
[!INCLUDE [api-management-define-api-topics.md](../../includes/api-management-define-api-topics.md)]
9767

articles/api-management/graphql-schema-resolve-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ If you want to expose an existing GraphQL endpoint as an API, see [Import a Grap
3939
1. From the side navigation menu, under the **APIs** section, select **APIs**.
4040
1. Under **Define a new API**, select the **Synthetic GraphQL** icon.
4141

42-
:::image type="content" source="media/graphql-schema-resolve-api/import-graphql-api.png" alt-text="Selecting GraphQL icon from list of APIs":::
42+
:::image type="content" source="media/graphql-schema-resolve-api/import-graphql-api.png" alt-text="Screenshot of selecting Synthetic GraphQL icon from list of APIs.":::
4343

4444
1. In the dialog box, select **Full** and complete the required form fields.
4545

46-
:::image type="content" source="media/graphql-schema-resolve-api/create-from-graphql-schema.png" alt-text="Demonstrate fields for creating GraphQL":::
46+
:::image type="content" source="media/graphql-schema-resolve-api/create-from-graphql-schema.png" alt-text="Screenshot of fields for creating a GraphQL API.":::
4747

4848
| Field | Description |
4949
|----------------|-------|

includes/api-management-graphql-test.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ ms.custom:
2323
1. Select at least one field or subfield from the list in the side menu. The fields and subfields you select appear in the query editor.
2424
1. Start typing in the query editor to compose a query.
2525

26-
:::image type="content" source="media/api-management-graphql-test/test-graphql-query.png" alt-text="Demonstrating adding fields to the query editor":::
26+
:::image type="content" source="media/api-management-graphql-test/test-graphql-query.png" alt-text="Screenshot of adding fields to the query editor.":::
2727

2828
1. Under **Query variables**, add variables to reuse the same query or mutation and pass different values.
2929
1. Select **Send**.
3030
1. View the **Response**.
3131

32-
:::image type="content" source="media/api-management-graphql-test/graphql-query-response.png" alt-text="View the test query response":::
32+
:::image type="content" source="media/api-management-graphql-test/graphql-query-response.png" alt-text="Screenshot of viewing the test query response.":::
3333

3434
1. Repeat preceding steps to test different payloads.
3535
1. When testing is complete, exit test console.

0 commit comments

Comments
 (0)