Upload file to blob Azure activity

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.

image

Hi @josh.cusack,
For example you can do this using:
image
In Get Blob Container you need to enter:
image
Using data provided there you can upload file:
image

2 Likes

Hey @josh.cusack

In order for this to work, there are a few steps that you’d need to follow before this:

1 Like

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