Skip to content

Commit f591283

Browse files
committed
third round of metadata changes
1 parent 4d91947 commit f591283

File tree

155 files changed

+926
-485
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

155 files changed

+926
-485
lines changed

articles/service-fabric/service-fabric-manage-application-in-visual-studio.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
---
22
title: Manage applications in Visual Studio
33
description: Use Visual Studio to create, develop, package, deploy, and debug your Azure Service Fabric applications and services.
4-
ms.topic: conceptual
5-
ms.date: 03/26/2018
4+
ms.topic: how-to
5+
ms.author: tomcassidy
6+
author: tomvcassidy
7+
ms.service: service-fabric
8+
services: service-fabric
9+
ms.date: 07/14/2022
610
---
11+
712
# Use Visual Studio to simplify writing and managing your Service Fabric applications
813
You can manage your Azure Service Fabric applications and services through Visual Studio. Once you've [set up your development environment](service-fabric-get-started.md), you can use Visual Studio to create Service Fabric applications, add services, or package, register, and deploy applications in your local development cluster.
914

articles/service-fabric/service-fabric-manage-multiple-environment-app-configuration.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@
22
title: Manage apps for multiple environments
33
description: Azure Service Fabric applications can be run on clusters that range in size from one machine to thousands of machines. In some cases, you will want to configure your application differently for those varied environments. This article covers how to define different application parameters per environment.
44
ms.topic: conceptual
5-
ms.date: 02/23/2018
5+
ms.author: tomcassidy
6+
author: tomvcassidy
7+
ms.service: service-fabric
8+
services: service-fabric
9+
ms.date: 07/11/2022
610
---
11+
712
# Manage applications for multiple environments
813

914
Azure Service Fabric clusters enable you to create clusters using anywhere from one to many thousands machines. In most cases, you find yourself having to deploy your application across multiple cluster configurations: your local development cluster, a shared development cluster and your production cluster. All of these clusters are considered different environments your code has to run in. Application binaries can run without modification across this wide spectrum, but you often want to configure the application differently.

articles/service-fabric/service-fabric-managed-disk.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: Deploy Service Fabric node types with managed data disks
33
description: Learn how to create and deploy Service Fabric node types with attached managed data disks.
4-
author: craftyhouse
5-
6-
ms.topic: conceptual
7-
ms.date: 10/19/2021
8-
ms.author: micraft
9-
4+
ms.topic: how-to
5+
ms.author: tomcassidy
6+
author: tomvcassidy
7+
ms.service: service-fabric
8+
services: service-fabric
9+
ms.date: 07/11/2022
1010
---
1111

1212
# Deploy an Azure Service Fabric cluster node type with managed data disks

articles/service-fabric/service-fabric-manifest-example-container-app.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
22
title: Azure Service Fabric container application manifest examples
33
description: Learn how to configure application and service manifest settings for a multi-container Service Fabric application.
4-
author: peterpogorski
5-
64
ms.topic: conceptual
7-
ms.date: 06/08/2018
8-
ms.author: pepogors
5+
ms.author: tomcassidy
6+
author: tomvcassidy
7+
ms.service: service-fabric
8+
services: service-fabric
9+
ms.date: 07/11/2022
910
---
1011

1112
# Multi-container application and service manifest examples

articles/service-fabric/service-fabric-manifest-example-reliable-services-app.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
22
title: Reliable services app manifest examples
33
description: Learn how to configure application and service manifest settings for a reliable services Service Fabric application.
4-
author: peterpogorski
5-
64
ms.topic: conceptual
7-
ms.date: 06/11/2018
8-
ms.author: pepogors
5+
ms.author: tomcassidy
6+
author: tomvcassidy
7+
ms.service: service-fabric
8+
services: service-fabric
9+
ms.date: 07/11/2022
910
---
1011

1112
# Reliable services application and service manifest examples

articles/service-fabric/service-fabric-manifest-examples.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
22
title: Azure Service Fabric application manifest examples
33
description: Learn how to configure application and service manifest settings for a Service Fabric application.
4-
author: peterpogorski
5-
64
ms.topic: conceptual
7-
ms.date: 06/11/2018
8-
ms.author: pepogors
5+
ms.author: tomcassidy
6+
author: tomvcassidy
7+
ms.service: service-fabric
8+
services: service-fabric
9+
ms.date: 07/11/2022
910
---
1011

1112
# Service Fabric application and service manifest examples

articles/service-fabric/service-fabric-migrate-old-javaapp-to-use-maven.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
---
22
title: Migrate from Java SDK to Maven
33
description: Update the older Java applications which used to use the Service Fabric Java SDK, to fetch Service Fabric Java dependencies from Maven. After completing this setup, your older Java applications would be able to build .
4-
5-
ms.topic: conceptual
6-
ms.date: 08/23/2017
7-
ms.custom: devx-track-java
4+
ms.topic: how-to
5+
ms.author: tomcassidy
6+
author: tomvcassidy
7+
ms.service: service-fabric
8+
services: service-fabric
9+
ms.date: 07/11/2022
810
---
11+
912
# Update your previous Java Service Fabric application to fetch Java libraries from Maven
1013
Service Fabric Java binaries have moved from the Service Fabric Java SDK to Maven hosting. You can use **mavencentral** to fetch the latest Service Fabric Java dependencies. This guide will help you update existing Java applications created for the Service Fabric Java SDK using either Yeoman template or Eclipse to be compatible with the Maven-based build.
1114

articles/service-fabric/service-fabric-networking-modes.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
---
22
title: Configure networking modes for container services
33
description: Learn how to set up the different networking modes that are supported by Azure Service Fabric.
4-
author: athinanthny
5-
6-
ms.topic: conceptual
7-
ms.date: 2/23/2018
8-
ms.author: atsenthi
4+
ms.topic: how-to
5+
ms.author: tomcassidy
6+
author: tomvcassidy
7+
ms.service: service-fabric
8+
services: service-fabric
9+
ms.date: 07/11/2022
910
---
11+
1012
# Service Fabric container networking modes
1113

1214
An Azure Service Fabric cluster for container services uses **nat** networking mode by default. When more than one container service is listening on the same port and nat mode is being used, deployment errors can occur. To support multiple container services listening on the same port, Service Fabric offers **Open** networking mode (versions 5.7 and later). In Open mode, each container service has an internal, dynamically assigned IP address that supports multiple services listening on the same port.

articles/service-fabric/service-fabric-node-transition-apis.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
---
22
title: Start and stop cluster nodes
33
description: Learn how to use fault injection to test a Service Fabric application by starting and stopping cluster nodes.
4-
ms.topic: conceptual
5-
ms.date: 6/12/2017
6-
ms.custom: devx-track-csharp
4+
ms.topic: how-to
5+
ms.author: tomcassidy
6+
author: tomvcassidy
7+
ms.service: service-fabric
8+
services: service-fabric
9+
ms.date: 07/11/2022
710
---
811

912
# Replacing the Start Node and Stop Node APIs with the Node Transition API

articles/service-fabric/service-fabric-overview-microservices.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@
22
title: Introduction to microservices on Azure
33
description: An overview of why building cloud applications with a microservices approach is important for modern application development and how Azure Service Fabric provides a platform to achieve this.
44
ms.topic: conceptual
5-
ms.date: 01/07/2020
5+
ms.author: tomcassidy
6+
author: tomvcassidy
7+
ms.service: service-fabric
8+
services: service-fabric
9+
ms.date: 07/11/2022
610
---
11+
712
# Why use a microservices approach to building applications
813

914
For software developers, factoring an application into component parts is nothing new. Typically, a tiered approach is used, with a back-end store, middle-tier business logic, and a front-end user interface (UI). What *has* changed over the last few years is that developers are building distributed applications for the cloud.

0 commit comments

Comments
 (0)