Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
Hello ABOD
Thank you for your question!
Please be informed that Azure Storage accounts can be categorized as both IaaS and PaaS, depending on the specific storage service being used within the account and the way it's consumed.
App Services commonly use Blob Storage for things like static website content, images, user-uploaded files, or logs. Blob Storage is a pure PaaS offering. They might also use Azure Files for shared content that multiple instances need to access, which is also a PaaS offering.
Yes, creating an Azure App Service and Azure Storage accounts does meet the goal of using only PaaS solutions in this context. The storage accounts are implicitly assumed to be used for their PaaS features (like Blob storage or Azure Files) to support the App Service, rather than for IaaS components like virtual machine disks.
So, (Azure App Service and Azure Storage Accounts) meets the goal of using only PaaS solutions, as Azure Storage Accounts are classified as PaaS unless explicitly used for IaaS workloads like VM disks. Without additional details suggesting an IaaS use case, assume PaaS for Azure Storage Accounts.
Hope the above answer helps! Please let us know do you have any further queries.
Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.