We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e8c4693 + 85d7e2d commit 8eea2c4Copy full SHA for 8eea2c4
1 file changed
PsLogicAppExtractor/internal/arms/API.FtpWithSsl.Username.json
@@ -0,0 +1,24 @@
1
+{
2
+ "type": "Microsoft.Web/connections",
3
+ "apiVersion": "2018-07-01-preview",
4
+ "name": "##NAME##",
5
+ "location": "[parameters('logicAppLocation')]",
6
+ "kind": "V1",
7
+ "properties": {
8
+ "parameterValues": {
9
+ "serverAddress": "##HOSTNAME##",
10
+ "userName": "##USERNAME#",
11
+ "password": "##PASSWORD##",
12
+ "serverPort": "##PORTNUMBER##",
13
+ "isSSL": "##ISSSL##",
14
+ "disableCertificateValidation": true,
15
+ "isBinaryTransport": true,
16
+ "closeConnectionAfterRequestCompletion": true
17
+ },
18
+ "displayName": "##NAME##",
19
+ "customParameterValues": {},
20
+ "api": {
21
+ "id": "[subscriptionResourceId('Microsoft.Web/locations/managedApis', parameters('logicAppLocation'), '##TYPE##')]"
22
+ }
23
24
+}
0 commit comments