Hey everyone, we are using Pulumi for our Azure re...
# azure
l
Hey everyone, we are using Pulumi for our Azure resources setup. One of the features we are trying to implement involve making copies of our Azure Database and File Shares from one resource group to another. It seems very easy to copy an existing database, but I cant' figure out the best way to make a copy of a FIleShare. Is there a recommended easy way to do this? Currently I am looking at using
azcopy
but I then i need to generate SAS tokens (which I think I can do in Pulumi, but seems like quite a lot of work to do something relatively simple).