Adding linkedService: HTTP_GitHubUserContent

This commit is contained in:
Richard Swinbank 2022-10-22 14:31:17 +01:00
parent 6c6f070d0d
commit afdeba1147

View File

@ -0,0 +1,12 @@
{
"name": "HTTP_GitHubUserContent",
"properties": {
"annotations": [],
"type": "HttpServer",
"typeProperties": {
"url": "https://raw.githubusercontent.com/",
"enableServerCertificateValidation": true,
"authenticationType": "Anonymous"
}
}
}