Hi everyone, I am a new user to Prefect and I was able to get the setup to work locally with everything just on my computer. But now I am trying to deploy it to the cloud set up. I have my Prefect cloud workspace, but now I need to have the agent set up and the storage block for the code. I plan for the storage block to exist in Azure. I met with the DevOps cloud engineer at my company, and he was able to create a service principal for the container registry resource I plan to use. But now I need to figure out how to configure a storage block and deploy the code to it. Can anyone assist with this?
I think after this I can try and run the agent even locally to run the scheduled tasks. I only need to test this for a simple example and then I think I can take it from there once I know that it works. Another big part of this is being able to deploy these with a docker image, which I am not 100% familiar on how to do.