I have an app named e0d10f6d-42e8-4b30-816c-c47044697eed whose regions are set to Chicago (ord) and London (lhr). However, only 1 allocation is shown in the dashboard, VPN, and DNS (.internal).
Given that this is a test app, almost no traffic has hit it. Will an allocation only be created in that region if traffic increases? Or what am I missing?
So I’m using the graphql api, namely the following methods in this order:
createApp
setSecrets
deployImage
scaleApp
How would I do what you’ve said @dusty via API? In addition, it appears to not even use the region I send to the API and only launches in the preferredRegion which I don’t include in any of the 4 methods above.
I am now seeing proper config with the app details as seen below. However, the dashboard shows that I’m currently running a VM in the preferred region, lax. How do I stop that from happening?
The trick was I need to include the preferredRegion with createApp. It defaults to your account’s preferred region if you don’t offer a value. Thank you!
Also, can setVmCount be run before I run deployImage?