This message was deleted.
# general
s
This message was deleted.
m
n
Thanks Thomas for your reply! I already tried this way but it reports that primary_key data type is Output<String> instead of String. I am trying to set this primary_key as os.environ['storage_account_key'] = primary_key so that it becomes available to access in azure pipeline. But, ends up in the error with datatype mismatch
m
You’ll have to do the assignment to os.environ inside an
apply
. See here for an explanation.