0 votes
in Azure by
Your company has decided to migrate all its services to Microsoft Azure. You need to deploy an Azure architecture and use only Platform as a Service (PaaS) services available in Azure.

1 Answer

0 votes
by
Solution: You create an Azure App Service and Azure Storage accounts. Does this meet the goal? >NO (Azure App Service is a PaaS (Platform as a Service) service. However, Azure Storage accounts are an IaaS (Infrastructure as a Service) service. Therefore, this solution does not meet the goal.)
...