az staticwebapp list fails when using free tier
- Dominant language
- No language data
- Stars
- 346
- Forks
- 67
- PR merge metrics
- No merged PRs in 30d
Description
I am trying to dynamically get the deployment token in my pipeline after making a static web app, to do this i'm running the below script in bash:
APIKEY=$(az staticwebapp secrets list --name $(staticWebAppName) | jq -r '.properties.apiKey')
this is returning that it cannot find my static web app in the subscription. When i was using the standard tier this worked as expected... I even tried az staticwebapp list --subscription and it's returning an empty array. It seems like if i pass --resource-group it works? When i was using standard tier yesterday resource group wasn't required and documentation states that.
**Expected behavior**
I can list static web apps in a sub without resource group when they're free tier
**Screenshots**

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.