Skip to content

Commit 091344d

Browse files
Merge pull request #210422 from SteveSaunders1952/v-ssaunders-azure-developer-guide
Update Azure Spring Apps and microservice references in Getting Started Guide
2 parents b7fe683 + d12d99f commit 091344d

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

articles/guides/developer/azure-developer-guide.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -90,21 +90,20 @@ Service Fabric supports WebAPI with Open Web Interface for .NET (OWIN) and ASP.N
9090
>
9191
> **Get started:** [Create your first Azure Service Fabric application](../../service-fabric/service-fabric-tutorial-create-dotnet-app.md).
9292
93-
#### Azure Spring Cloud
93+
#### Azure Spring Apps
9494

95-
Azure Spring Cloud is a serverless microservices platform that enables you to build, deploy, scale and monitor your applications in the cloud. Use Spring Cloud to bring modern microservice patterns to Spring Boot apps, eliminating boilerplate code to quickly build robust Java apps.
95+
Azure Spring Apps is a serverless app platform that enables you to build, deploy, scale and monitor your applications in the cloud. Use Spring Cloud to bring modern microservice patterns to Spring Boot apps, eliminating boilerplate code to quickly build robust Java apps.
9696

9797
* Leverage managed versions of Spring Cloud Service Discovery and Config Server, while we ensure those critical components are running in optimum conditions.
9898
* Focus on building your business logic and we will take care of your service runtime with security patches, compliance standards and high availability.
9999
* Manage application lifecycle (for example, deploy, start, stop, scale) on top of Azure Kubernetes Service.
100100
* Easily bind connections between your apps and Azure services such as Azure Database for MySQL and Azure Cache for Redis.
101-
* Monitor and troubleshoot microservices and applications using enterprise-grade unified monitoring tools that offer deep insights on application dependencies and operational telemetry.
101+
* Monitor and troubleshoot applications using enterprise-grade unified monitoring tools that offer deep insights on application dependencies and operational telemetry.
102102

103-
> **When to use:** As a fully managed service Azure Spring Cloud is a good choice when you're minimizing operational cost running Spring Boot/Spring Cloud based microservices on Azure.
103+
> **When to use:** As a fully managed service Azure Spring Apps is a good choice when you're minimizing operational cost running Spring Boot and Spring Cloud apps on Azure.
104104
>
105105
> **Get started:** [Deploy your first Spring Boot app in Azure Spring Apps](../../spring-apps/quickstart.md).
106106
107-
108107
### Enhance your applications with Azure services
109108

110109
Along with application hosting, Azure provides service offerings that can enhance the functionality. Azure can also improve the development and maintenance of your applications, both in the cloud and on-premises.
@@ -131,7 +130,6 @@ Most applications must store data, so however you decide to host your applicatio
131130
>
132131
> **Get started**: [Create a database in Azure SQL Database in minutes by using the Azure portal](/azure/azure-sql/database/single-database-create-quickstart).
133132
134-
135133
You can use [Azure Data Factory](../../data-factory/introduction.md) to move existing on-premises data to Azure. If you aren't ready to move data to the cloud, [Hybrid Connections](../../app-service/app-service-hybrid-connections.md) in Azure App Service lets you connect your App Service hosted app to on-premises resources. You can also connect to Azure data and storage services from your on-premises applications.
136134

137135
#### Docker support
@@ -140,7 +138,6 @@ Docker containers, a form of OS virtualization, let you deploy applications in a
140138

141139
Azure provides several ways to use containers in your applications.
142140

143-
144141
* **Azure Kubernetes Service**: Lets you create, configure, and manage a cluster of virtual machines that are preconfigured to run containerized applications. To learn more about Azure Kubernetes Service, see [Azure Kubernetes Service introduction](../../aks/intro-kubernetes.md).
145142

146143
> **When to use**: When you need to build production-ready, scalable environments that provide additional scheduling and management tools, or when you're deploying a Docker Swarm cluster.
@@ -306,7 +303,7 @@ When you allow access to Azure resources, it's always a best practice to provide
306303
>
307304
> **Get started**: To learn more, see [Assign Azure roles using the Azure portal](../../role-based-access-control/role-assignments-portal.md).
308305
309-
- **Service principal objects**: Along with providing access to user principals and groups, you can grant the same access to a service principal.
306+
* **Service principal objects**: Along with providing access to user principals and groups, you can grant the same access to a service principal.
310307

311308
> **When to use**: When you're programmatically managing Azure resources or granting access for applications. For more information, see [Create Active Directory application and service principal](../../active-directory/develop/howto-create-service-principal-portal.md).
312309

0 commit comments

Comments
 (0)