Hi I am trying to upload a file to an azure blob but I am new to the function. I have read the doc but I am not understanding what I need to put into the Blob container property field. I already have the blob name.
Hi @josh.cusack,
For example you can do this using:
In Get Blob Container
you need to enter:
Using data provided there you can upload file:
Hey @josh.cusack
In order for this to work, there are a few steps that you’d need to follow before this:
Si tienes toda la arquitectura sobre Azure Get Blob Container y Upload Blob from File funciona de maravillas como comenta Pablito(gracias!), recomiendo usar TLS 1.2 y contenedores privados por seguridad, si alguien sabe como segurizar la configuraciĂłn desde UiPath, actualmente traigo las credenciales y recursos desde orquestador con Get Credential y Get Asset, agradecerĂa su apoyo, saludos.
TambiĂ©n utilizo el orquestador para manejar activos. DescubrĂ que usar el registro de aplicaciones para la seguridad en Azure Active Directory tambiĂ©n ayuda a resolver bastantes desafĂos de seguridad