I would like to create standalone application which I would like to put on my Azure instance. This application should create vhd on the blob. I look through sample code and it seems to me that I need to use var drive = new CloudDrive(driveURI, credentials);
在此独立应用程序下是否有办法自动检索存储证书对象 。
如果需要的话,我可以把它加入我的Azure部署解决方案。