You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/guides/developer/azure-developer-guide.md
+5-8Lines changed: 5 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,21 +90,20 @@ Service Fabric supports WebAPI with Open Web Interface for .NET (OWIN) and ASP.N
90
90
>
91
91
> **Get started:**[Create your first Azure Service Fabric application](../../service-fabric/service-fabric-tutorial-create-dotnet-app.md).
92
92
93
-
#### Azure Spring Cloud
93
+
#### Azure Spring Apps
94
94
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.
96
96
97
97
* Leverage managed versions of Spring Cloud Service Discovery and Config Server, while we ensure those critical components are running in optimum conditions.
98
98
* Focus on building your business logic and we will take care of your service runtime with security patches, compliance standards and high availability.
99
99
* Manage application lifecycle (for example, deploy, start, stop, scale) on top of Azure Kubernetes Service.
100
100
* 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.
102
102
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.
104
104
>
105
105
> **Get started:**[Deploy your first Spring Boot app in Azure Spring Apps](../../spring-apps/quickstart.md).
106
106
107
-
108
107
### Enhance your applications with Azure services
109
108
110
109
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
131
130
>
132
131
> **Get started**: [Create a database in Azure SQL Database in minutes by using the Azure portal](/azure/azure-sql/database/single-database-create-quickstart).
133
132
134
-
135
133
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.
136
134
137
135
#### Docker support
@@ -140,7 +138,6 @@ Docker containers, a form of OS virtualization, let you deploy applications in a
140
138
141
139
Azure provides several ways to use containers in your applications.
142
140
143
-
144
141
***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).
145
142
146
143
> **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
306
303
>
307
304
> **Get started**: To learn more, see [Assign Azure roles using the Azure portal](../../role-based-access-control/role-assignments-portal.md).
308
305
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.
310
307
311
308
> **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).
0 commit comments