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
The CLI defaults to prod CDN (cdn.functions.azure.com/public/) — see PR #5434. Until this task is done, remote profile fetch will fail gracefully and fall back to the bundled BuiltInProfileSource.
Steps
Run the upload pipeline targeting the prod storage account (use $(prod-storage-account-name) / $(prod-storage-access-key) variable groups)
Task
Publish the profile registry files to the prod CDN (
cdn.functions.azure.com).Context
The profile registry is currently only available on staging CDN:
https://cdn-staging.functions.azure.com/public/cli/v5/profiles/v1/registry.jsonhttps://cdn-staging.functions.azure.com/public/cli/v5/profiles/v1/registry.json.sha256The CLI defaults to prod CDN (
cdn.functions.azure.com/public/) — see PR #5434. Until this task is done, remote profile fetch will fail gracefully and fall back to the bundledBuiltInProfileSource.Steps
$(prod-storage-account-name)/$(prod-storage-access-key)variable groups)https://cdn.functions.azure.com/public/cli/v5/profiles/v1/registry.jsonhttps://cdn.functions.azure.com/public/cli/v5/profiles/v1/registry.json.sha256Acceptance Criteria
registry.jsonand.sha256are live on prod CDNfunc profile listfetches from prod CDN without needing the env var override