Exemplo n.º 1
0
        public Sending_a_message_with_data()
        {
            var account = CloudStorageAccount.Parse(Configuration.StorageAccount);

            _repository = account.CreateMessageDataRepository("message-data");
        }
Exemplo n.º 2
0
        public Sending_a_message_with_data()
        {
            var account = new BlobServiceClient(Configuration.StorageAccount);

            _repository = account.CreateMessageDataRepository("message-data");
        }