From the course: Complete Guide to Dapr for .NET and Azure Developers: Building and Managing Microservices

Unlock this course with a free trial

Join today to access over 24,900 courses taught by industry experts.

Upgrading the components and verifying the secrets

Upgrading the components and verifying the secrets

- [Instructor] There have been some changes to the schema for components specifically to the bindings that use Azure Storage. For this reason, in this video, we're going to update the components and verify that the current secrets file has the correct format and values and everything is behaving correctly. So as you can see here on the screen, I already opened the input binding manifest file, and at the right side we can see the documentation for Azure storage queues binding. So we have to change storage account to account name, and instead of a storage access key has to be account key. And finally, queue name. So let's do the same here in the output binding. So, account name, account key, and queque name. Okay, now we need to be sure to use the local Secret Store. So I'm going to comment out everything in the Azure Keyboard Secret Store that we have here. And in this case, we're using this secrets JSON file that is located in the D Drive. So let's open up the terminal. Here in the…

Contents