A sedge-flat weather API should stay intentionally public, while the paid forecast API requires a key. How should products be configured?
Select an answer to reveal the explanation.
Short Explanation
Public vs paid is open product vs protected product—don’t shut down the whole sedge-flat gateway to make that split.
Full Explanation
API Management products can be open (no subscription key required) or protected (subscription required). That lets a city publish a free weather feed beside a key-gated paid forecast API on the same instance. Disabling the gateway or substituting anonymous Blob access removes controlled product packaging.