After running a DevOps pipeline that created several resources, only two (a new resource group and a Functions app) show up in Azure CLI using az ... list --subscription ...
.
Other resources, like Static Web Apps and a SQL Server don't show up in that list or when running az staticwebapp list --subscription ...
or az sql server list --subscription ...
with the subscription argument specified. I have confirmed that these resources DO show up in the portal, and my account is listed as an owner (inherited from subscription) for them in the portal.