diff --git a/src/Storage.Interface/Models/Application.cs b/src/Storage.Interface/Models/Application.cs
index 4a085aaf..15da4cea 100644
--- a/src/Storage.Interface/Models/Application.cs
+++ b/src/Storage.Interface/Models/Application.cs
@@ -111,11 +111,11 @@ public class Application : ChangableElement
public CopyInstanceSettings CopyInstanceSettings { get; set; }
///
- /// Gets or sets an optional container number to use a different storage container than the default.
+ /// Gets or sets an optional account number to use a different storage account than the default.
///
- [JsonProperty(PropertyName = "storageContainerNumber")]
+ [JsonProperty(PropertyName = "storageAccountNumber")]
- public int? StorageContainerNumber { get; set; }
+ public int? StorageAccountNumber { get; set; }
///
/// Gets or sets a boolean value indicating if users (user tokens) are disallowed from instantiating.