You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Current documentation recommends that containers are created using the Fluent API, however, there doesn't currently seem to be a way to create a container with Autoscale throughput. It would be great if this was supported.
It appears that ContainerBuilder currently only supports the following contract CreateIfNotExistsAsync(int? throughput)
Describe the solution you'd like
Method overload that supports creating a container with ThroughputProperties
eg.
Is your feature request related to a problem? Please describe.
Current documentation recommends that containers are created using the Fluent API, however, there doesn't currently seem to be a way to create a container with Autoscale throughput. It would be great if this was supported.
It appears that
ContainerBuilder
currently only supports the following contractCreateIfNotExistsAsync(int? throughput)
Describe the solution you'd like
Method overload that supports creating a container with
ThroughputProperties
eg.
Describe alternatives you've considered
Create a container manually without the fluent API calling
Create
against the database or do something like the followingThe text was updated successfully, but these errors were encountered: