Hi @ Derek Dell,
Welcome to Microsoft Q&A Platform.
When deploying a Ribbon Virtual SBC (SWe Edge) using Quick Launch, validation errors on the Storage Configuration and Networking Settings pages are typically related to permissions or subscription-level restrictions, rather than an issue with the Ribbon image.
Ensure that your account has at least Contributor permissions on:
- The target subscription or resource group
- Ability to create network interfaces, public IPs (if applicable), and **storage accounts.
Insufficient permissions to create or attach network or storage resources can cause validation failures during deployment.
If you specifically need this region, you can raise a quota request from the Azure portal. Before proceeding, check the available limits using the following command: You can raise the Quota by following the Request a quota increase.
Azure CLI
az vm list-skus --location westcentralus --size Standard_DS1_v2' --all --output table
Ref: Resolve errors for SKU not available
Please
and “up-vote” wherever the information provided helps you, this can be beneficial to other community members..