diff --git a/src/StatusAggregator/Container/IContainerWrapper.cs b/src/StatusAggregator/Container/IContainerWrapper.cs index 0c7404f39..68f097cb7 100644 --- a/src/StatusAggregator/Container/IContainerWrapper.cs +++ b/src/StatusAggregator/Container/IContainerWrapper.cs @@ -12,6 +12,7 @@ namespace StatusAggregator.Container public interface IContainerWrapper { Task CreateIfNotExistsAsync(); + Task SaveBlobAsync(string name, string contents); } } \ No newline at end of file