Skip to content

Commit 274e263

Browse files
authored
Clarify URL to get and use
1 parent 2fdf367 commit 274e263

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/connectors/connectors-native-http-swagger.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,9 @@ You can reference a Swagger file that's not hosted or that doesn't meet the secu
132132

133133
1. [Upload the Swagger file to the blob container](../storage/blobs/storage-quickstart-blobs-portal.md#upload-a-block-blob), either through the [Azure portal](https://portal.azure.com) or [Azure Storage Explorer](https://storageexplorer.com/).
134134

135-
1. To reference the file in the blob container, use an HTTPS link that follows this format, which is case-sensitive:
135+
1. To reference the file in the blob container, get the HTTPS URL that follows this format, which is case-sensitive, from Azure Storage Explorer:
136136

137-
`https://<storage-account-name>.blob.core.windows.net/<blob-container-name>/<swagger-file-name>`
137+
`https://<storage-account-name>.blob.core.windows.net/<blob-container-name>/<complete-swagger-file-name>?<query-parameters>`
138138

139139
## Connector reference
140140

0 commit comments

Comments
 (0)