You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
I have a a registered app on an enterprise account.
My Dev team uses both R and Python.
I'm trying to adapt the Python code to use AzureAuth, but I'm hitting a wall with documentation and error messages.
Variables I have:
Tenant ID
Client ID (app id)
Thumbprint
pem file
password to unlock pem file
When I try the code below (trying both the absolute file name and the path to the file) I get this error: Error in read_input(file) : file must be connection, raw vector or file path
It's also unclear where to enter the pempassword or the thumbprint.
Could you please provide a vignette for a password protected pem file and thumbprint?
Hello!
I have a a registered app on an enterprise account.
My Dev team uses both R and Python.
I'm trying to adapt the Python code to use AzureAuth, but I'm hitting a wall with documentation and error messages.
Variables I have:
When I try the code below (trying both the absolute file name and the path to the file) I get this error:
Error in read_input(file) : file must be connection, raw vector or file path
It's also unclear where to enter the
pem
password or the thumbprint.Could you please provide a vignette for a password protected pem file and thumbprint?
The text was updated successfully, but these errors were encountered: