Reputation: 125
I created an SFTP Connector in Azure Portal , once configured 'Root Folder' and 'IP address' of the ftp server I was unable to edit its values in the App Settings. The Save Icon in top bar is disabled in the Applications Settings Blade.
However I can change it via PowerShell script but when I try to edit key value pairs of App Settings in the Applications Settings Blade, The Save button remains disabled even If I enter new Key/Value pair in the App Settings or delete any of them. I also try reloading the portal but in vain.
Any Ideas?
Upvotes: 3
Views: 371
Reputation: 1263
With the latest February preview version of release there is a new concept called "connection" entity, which should be configured before using the new connectors. Basically appsettings are exposed through connections and are being used by the connectors during runtime, hence I would suggest try checking all the connection properties are configured correctly. Erik Oppedijk It will be great if you can provide some more info of the scenario you are trying out and where is it failing.
Upvotes: 1