diff --git a/docs/aws-professional/services.md b/docs/aws-professional/services.md index 06aaf43d299..dc1fe4b96d5 100644 --- a/docs/aws-professional/services.md +++ b/docs/aws-professional/services.md @@ -271,3 +271,7 @@ Dedicated network | Direct Connect | [ExpressRoute](https://azure.microsoft.com/ | Media transcoding | Elastic Transcoder | [Media Services](https://azure.microsoft.com/services/media-services/) | Services that offer broadcast-quality video streaming services, including various transcoding technologies. | | Workflow | Simple Workflow Service (SWF) | [Logic Apps](https://azure.microsoft.com/services/logic-apps/) | Serverless technology for connecting apps, data and devices anywhere, whether on-premises or in the cloud for large ecosystems of SaaS and cloud-based connectors. | | Hybrid | Outposts | [Azure Stack](https://azure.microsoft.com/overview/azure-stack/) | Azure Stack is a hybrid cloud platform that enables you to run Azure services in your company's or service provider's datacenter. As a developer, you can build apps on Azure Stack. You can then deploy them to either Azure Stack or Azure, or you can build truly hybrid apps that take advantage of connectivity between an Azure Stack cloud and Azure. | + +## More learning + +If you are new to Azure, review the interactive [Core Cloud Services - Introduction to Azure](/learn/modules/welcome-to-azure) module on [Microsoft Learn](/learn). diff --git a/docs/guide/technology-choices/compute-overview.md b/docs/guide/technology-choices/compute-overview.md index d761e9aca16..c8b4c95e20a 100644 --- a/docs/guide/technology-choices/compute-overview.md +++ b/docs/guide/technology-choices/compute-overview.md @@ -54,3 +54,5 @@ When selecting a compute option, here are some factors to consider: To help select a compute service for your application, use the [Decision tree for Azure compute services](./compute-decision-tree.md) For a more detailed comparison of compute options in Azure, see [Criteria for choosing an Azure compute service](./compute-comparison.md). + +For a guided introduction to compute services on Azure, try the [Core Cloud Services - Azure compute options](/learn/modules/intro-to-azure-compute/) module on [Microsoft Learn](/learn/).