Skip to content

Repo sync for protected branch #9787

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 16 commits into from
Nov 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bridge/articles/bridge-to-kubernetes-aks.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ manager: jmartens
ms.technology: bridge
title: Use Bridge to Kubernetes to run and debug locally with Kubernetes with AKS in Azure
ms.date: 08/15/2022
description: Learn how to use Bridge to Kubernetes to connect your development computer to an AKS Kubernetes cluster
description: Use Bridge to Kubernetes to run and debug locally in a single pod with Kubernetes with Azure Kubernetes Service (AKS) cluster in Azure.
---

# Use Bridge to Kubernetes with AKS
Expand Down
2 changes: 1 addition & 1 deletion bridge/articles/bridge-to-kubernetes-sample.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ manager: jmartens
ms.technology: bridge
title: Learn how to use Bridge to Kubernetes to run and debug locally with Kubernetes, using a TODO sample app.
ms.date: 08/11/2022
description: Use a todo sample app to learn how to use Bridge to Kubernetes to develop, debug, and test a Kubernetes application locally in Visual Studio Code
description: Try a sample application that uses Bridge to Kubernetes to develop, debug, and test a Kubernetes application locally in Visual Studio Code.
---
# Use Bridge to Kubernetes with a sample

Expand Down
2 changes: 1 addition & 1 deletion bridge/articles/bridge-to-kubernetes-vs-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ manager: jmartens
ms.technology: bridge
title: Use Bridge to Kubernetes to run and debug locally with Kubernetes (VS Code)
ms.date: 09/14/2023
description: Learn how to use Bridge to Kubernetes to connect your development computer to a Kubernetes cluster and use local tunnel debugging to debug Kubernetes services on your local machine.
description: Use Bridge to Kubernetes to redirect traffic between your Kubernetes cluster and code running on your development computer.
---

# Use Bridge to Kubernetes (VS Code)
Expand Down
2 changes: 1 addition & 1 deletion bridge/articles/bridge-to-kubernetes-vs.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Tutorial: Run and debug locally with Bridge to Kubernetes on Visual Studio"
description: In this tutorial, learn to use Bridge to Kubernetes with Visual Studio to connect to a cluster and use local tunnel debugging to debug Kubernetes services.
description: Use Bridge to Kubernetes with Visual Studio to connect to a cluster and use local tunnel debugging to debug Kubernetes services.
keywords: "Bridge to Kubernetes, Azure Dev Spaces, Dev Spaces, Docker, Kubernetes, Azure, containers"
ms.author: ghogen
author: ghogen
Expand Down
2 changes: 1 addition & 1 deletion bridge/articles/configure-bridge-to-kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Configure Bridge to Kubernetes"
ms.date: 08/11/2022
ms.topic: "conceptual"
description: "Describes the additional configuration options for Bridge to Kubernetes"
description: Configure Bridge to Kubernetes to ignore port mapping on a Kubernetes service or replicate environment variables and mounted files for pods in a cluster.
keywords: "Bridge to Kubernetes, Azure Dev Spaces, Dev Spaces, Docker, Kubernetes, Azure, containers"
author: ghogen
ms.author: ghogen
Expand Down
2 changes: 1 addition & 1 deletion bridge/articles/kubernetes-environment-variables.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Use Kubernetes service environment variables for service to service communication
ms.date: 08/11/2022
description: Learn how to use Kubernetes service environment variables with Bridge to Kubernetes to enable service-to-service communication as a non-elevated user in a Kubernetes cluster
description: Use Kubernetes service environment variables with Bridge to Kubernetes to enable service-to-service communication as a nonelevated user in a Kubernetes cluster.
ms.author: ghogen
author: ghogen
manager: jmartens
Expand Down
2 changes: 1 addition & 1 deletion bridge/articles/overview-bridge-to-kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: What is Bridge to Kubernetes?
ms.technology: bridge
ms.date: 10/17/2023
ms.topic: overview
description: "Describes the processes for using Bridge to Kubernetes to connect your development computer to your Kubernetes cluster"
description: Explore the processes for using Bridge to Kubernetes to connect your development computer to your Kubernetes cluster, including diagnostics and logging.
keywords: "Bridge to Kubernetes, Docker, Kubernetes, Azure, containers"
manager: jmartens
author: ghogen
Expand Down
2 changes: 1 addition & 1 deletion docker/tutorials/docker-tutorial-share.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Tutorial: Share Docker apps in Visual Studio Code"
titleSuffix: ""
description: In this second tutorial, you'll learn how to update and share a Docker app in Visual Studio Code.
description: 'Share Docker applications with the Docker Visual Studio Code Extension: create the container, build the container image, and start the container.'
author: ghogen
ms.author: ghogen
ms.prod: vs-code
Expand Down
2 changes: 1 addition & 1 deletion docker/tutorials/docker-tutorial.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Get started with Docker apps in Visual Studio Code"
titleSuffix: ""
description: Learn how to update Docker apps and share the apps with VS Code.
description: Create Docker applications with Visual Studio Code, the Docker Visual Studio Code Extension, Docker Desktop, and Docker Hub.
author: ghogen
ms.author: ghogen
ms.prod: vs-code
Expand Down
2 changes: 1 addition & 1 deletion docker/tutorials/tutorial-multi-container-app-mysql.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Create multi-container apps with MySQL & Docker Compose"
description: In this tutorial, learn how to create multi-container apps with MySQL and Docker Compose. Use multiple containers to scale your project.
description: Create multi-container applications with MySQL and Docker Compose and use the containers to scale your project in Visual Studio.
author: ghogen
ms.author: ghogen
ms.prod: vs-code
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Tutorial: Persist data in a container app using volumes in VS Code"
description: In this tutorial, learn how to persist data, use bind mounts, and layer (Yarn) your app with VS Code.
description: Persist data in named volumes, use bind mounts to control the mountpoint on the host, and layer (Yarn) your Docker application with Visual Studio Code.
author: ghogen
ms.author: ghogen
ms.prod: vs-code
Expand Down
2 changes: 1 addition & 1 deletion docs/azure/azure-app-insights-add-connected-service.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Add Azure Application Insights by using Connected Services
description: Add Azure Application Insights to your app by using the Visual Studio to add a connected service
description: Connect Azure Application Insights to your application by using Connected Services in Visual Studio on Windows and add a connected service.
author: AngelosP
manager: jmartens
ms.technology: vs-azure
Expand Down
2 changes: 1 addition & 1 deletion docs/azure/azure-cosmosdb-add-connected-service.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Add Azure Cosmos DB by using Connected Services
description: Add Azure Cosmos DB support to your app by using the Visual Studio to add a connected service
description: Connect Azure Cosmos DB support to your application by using Connected Services in Visual Studio on Windows and add a connected service.
author: AngelosP
manager: jmartens
ms.technology: vs-azure
Expand Down
2 changes: 1 addition & 1 deletion docs/azure/azure-sql-database-add-connected-service.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Add a connection to Azure SQL Database
description: Add Azure SQL Database connection to your app by using the Visual Studio Connected Services
description: Connect Azure SQL Database to your application by using Connected Services in Visual Studio on Windows and add a connected service.
author: AngelosP
manager: jmartens
ms.technology: vs-azure
Expand Down
2 changes: 1 addition & 1 deletion docs/azure/cloud-services-extended-support.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Use Cloud Services (extended support)
description: Learn now to create and deploy a Cloud Services (extended support) using Azure Resource Manager with Visual Studio
description: Create and deploy Cloud Services (extended support) on Azure by using Azure Resource Manager with Visual Studio on Windows.
author: ghogen
manager: jmartens
f1_keywords:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Get a publish profile from Azure App Service"
description: "A publish profile is a file that contains information and settings that Visual Studio uses to deploy applications and services to Azure."
description: Get a publish profile file from Azure App Service with information and settings for Visual Studio to deploy applications and services to Azure.
author: ghogen
manager: jmartens
ms.technology: vs-azure
Expand Down
2 changes: 1 addition & 1 deletion docs/azure/how-to-sign-in-with-azure-subscription.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Sign in with an Azure subscription"
description: "Learn how to sign into Azure in Visual Studio."
description: Sign into Visual Studio for Windows with an Azure subscription and access Azure resources across one or more Azure subscriptions.
author: ghogen
ms.technology: vs-azure
ms.author: ghogen
Expand Down
2 changes: 1 addition & 1 deletion docs/azure/overview-connected-services.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Connect to Azure services, gRPC, OpenAPI, and more
description: Learn about how you can add connections to services in Visual Studio
description: Connect your application to Azure services, OpenAPI and other endpoints, databases, and data providers with Connected Services in Visual Studio on Windows.
author: ghogen
manager: jmartens
ms.technology: vs-azure
Expand Down
2 changes: 1 addition & 1 deletion docs/azure/overview-github-actions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: GitHub Actions
description: Learn about how you can set up CI/CD deployment to Azure using GitHub Actions in Visual Studio
description: Set up continuous integration and continuous delivery (CI/CD) deployment to Azure by using GitHub Actions in Visual Studio in Windows.
author: ghogen
manager: jmartens
ms.technology: vs-azure
Expand Down
2 changes: 1 addition & 1 deletion docs/azure/vs-active-directory-add-connected-service.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Using the Active Directory connected service (Visual Studio)
description: Add an Azure Active Directory by using the Visual Studio Add Connected Services dialog box
description: Connect Microsoft Entra ID (formerly Azure Active Directory) to your application by using Connected Services in Visual Studio on Windows.
author: ghogen
manager: jillfra
ms.prod: visual-studio-windows
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Add Azure App Configuration by using Connected Services
description: Add an Azure Configuration service dependency to your app by using the Visual Studio Connected Services
description: Connect an Azure Configuration service dependency to your application by using Connected Services in Visual Studio on Windows.
author: ghogen
manager:
ms.topic: how-to
Expand Down
2 changes: 1 addition & 1 deletion docs/azure/vs-azure-tools-connected-services-storage.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Add Azure Storage by using Connected Services
description: Add an Azure Storage service dependency to your app by using the Visual Studio Connected Services
description: Connect an Azure Storage service dependency to your application by using Connected Services in Visual Studio on Windows and add a connected service.
author: ghogen
manager: jmartens
ms.technology: vs-azure
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Publish an Azure cloud service
description: Learn how to configure the various settings in the Visual Studio Publish Azure Application Wizard
description: Publish an Azure cloud service by using the Visual Studio Publish Azure Application Wizard to configure common, diagnostic, and advanced settings.
author: ghogen
manager: jmartens
ms.technology: vs-azure
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Use PowerShell to publish to dev and test environments
description: Learn how to use Windows PowerShell scripts from Visual Studio to publish to development and test environments.
description: Use Windows PowerShell scripts from Visual Studio to publish to development and test environments, including customizing and extending scripts.
author: ghogen
manager: jmartens
ms.technology: vs-azure
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Managing Azure resources with Cloud Explorer
description: Learn how to use Cloud Explorer to browse and manage Azure resources within Visual Studio.
description: Find and manage resources and resource groups associated with your Azure accounts by using Visual Studio Cloud Explorer.
author: ghogen
manager: jmartens
ms.technology: vs-azure
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Browse and manage storage resources
description: Browsing and managing storage resources by using Server Explorer
description: Browse and manage your Azure Storage resources, including blob, queue, and table data by using Visual Studio Server Explorer.
author: ghogen
manager: jmartens
ms.technology: vs-azure
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Constructing filter strings for the table designer
description: Constructing filter strings for the table designer
description: Construct filter strings for Azure tables displayed in the Visual Studio Table Designer, including setting properties and using operators.
author: ghogen
manager: jmartens
ms.technology: vs-azure
Expand Down
2 changes: 1 addition & 1 deletion docs/containers/container-build.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Customize Docker containers in Visual Studio
author: ghogen
description: Information about the Visual Studio build process for containers, called fast mode, which is necessary to understand how to modify the Dockerfile to customize your container images for both debug and production builds.
description: Explore Visual Studio fast mode, and modify the Dockerfile to customize your container images for both debug and production builds.
ms.author: ghogen
ms.date: 09/8/2023
ms.technology: vs-container-tools
Expand Down
2 changes: 1 addition & 1 deletion docs/containers/container-tools-configure.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Configure Visual Studio Container Tools
description: Configure the tools available in Visual Studio for working with Docker containers.
description: Use Visual Studio Container Tools to control how Visual Studio works with Docker containers, including performance settings and resource usage.
author: ghogen
ms.author: ghogen
ms.topic: how-to
Expand Down
2 changes: 1 addition & 1 deletion docs/containers/container-tools.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Visual Studio Container Tools with ASP.NET
author: ghogen
description: Learn how to use Visual Studio Container Tools and Docker for Windows
description: Use Visual Studio Container Tools and Docker for Windows to build and debug containerized apps and publish to a container registry, Docker Hub, or Azure App Service.
ms.author: ghogen
ms.date: 10/18/2023
ms.technology: vs-container-tools
Expand Down
2 changes: 1 addition & 1 deletion docs/containers/deploy-app-service.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Deploy an ASP.NET Core container to Azure App Service
description: Learn how to use Visual Studio Container Tools to deploy an ASP.NET Core web app in a Docker container to Azure App Service
description: Use Visual Studio Container Tools to deploy an ASP.NET Core web app in a Docker container to Azure App Service and view the settings.
author: ghogen
manager: jmartens
ms.technology: vs-container-tools
Expand Down
2 changes: 1 addition & 1 deletion docs/containers/deploy-containerized.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Deploy an app into a container in the cloud with Visual Studio
author: ghogen
description: Learn how to deploy an app into a container in Azure or Docker Hub without Docker Desktop or a Dockerfile.
description: Deploy an application into a container in Azure or Docker Hub in Visual Studio rather than using Docker Desktop or a Dockerfile.
ms.author: ghogen
ms.date: 10/23/2023
ms.technology: vs-container-tools
Expand Down
2 changes: 1 addition & 1 deletion docs/containers/deploy-docker-hub.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Deploy an ASP.NET Core Docker container to Docker Hub
description: Learn how to use Visual Studio Container Tools to deploy an ASP.NET Core web app to Docker Hub
description: Use Visual Studio Container Tools to manually deploy an ASP.NET Core web application to Docker Hub for convenient hosting of your image repositories.
author: ghogen
manager: jmartens
ms.technology: vs-container-tools
Expand Down
2 changes: 1 addition & 1 deletion docs/containers/edit-and-refresh.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Debug apps in a local Docker container
description: Learn how to modify an app that's running in a local Docker container, refresh the container via Edit and Refresh, and then set debugging breakpoints.
description: Modify applications running in a local Docker container, refresh with the Edit and Refresh actions, and set debugging breakpoints.
ms.author: ghogen
author: ghogen
manager: jmartens
Expand Down
2 changes: 1 addition & 1 deletion docs/containers/hosting-web-apps-in-docker.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Deploy ASP.NET Docker container to Azure Container Registry
description: Learn how to use Visual Studio Container Tools to deploy an ASP.NET or ASP.NET Core web app to a container registry
description: Use Visual Studio Container Tools to deploy a containerized ASP.NET or ASP.NET Core web app to Azure Container Registry.
author: ghogen
manager: jmartens
ms.devlang: dotnet
Expand Down
2 changes: 1 addition & 1 deletion docs/containers/launch-profiles.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Launch a subset of Docker Compose services"
description: Learn how to use Docker Compose launch profiles and control which services are launched when you use Docker Compose in Visual Studio.
description: Use Docker Compose launch profiles and control what services are available for running and debugging with Visual Studio for Windows.
author: ghogen
manager: jmartens
ms.technology: vs-container-tools
Expand Down
2 changes: 1 addition & 1 deletion docs/containers/overview.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Visual Studio Container Tools for Docker on Windows
description: Get to know the tools available in Visual Studio for working with Docker
description: Explore tools available for working with Docker containers in Visual Studio for Windows, including continuous delivery and continuous integration (CI/CD).
author: ghogen
ms.author: ghogen
ms.topic: overview
Expand Down
2 changes: 1 addition & 1 deletion docs/containers/tutorial-multicontainer.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Work with multiple containers using Docker Compose
author: ghogen
description: Learn how to use multiple containers with Docker Compose and create a custom launch profile.
description: Create and manage multi-container applications with Docker Compose and Container Tools in Visual Studio, including custom launch profiles.
ms.author: ghogen
ms.date: 10/18/2023
ms.technology: vs-container-tools
Expand Down
2 changes: 1 addition & 1 deletion docs/containers/view-and-diagnose-containers.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Use the Containers window in Visual Studio
description: Describes how to improve your ability to debug and diagnose your container-based apps in Visual Studio by using the Containers tool window to see environment variables, files, logs, ports, and more the containers that host your app, as well as the locally available Docker images.
description: Use Visual Studio Container Tools to debug and diagnose your applications by setting environment variables, and managing files, logs, ports, and more.
author: ghogen
ms.author: ghogen
ms.topic: how-to
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Cross-Platform Mobile Development in Visual Studio"
description: In this article, learn how you can build apps for Android, iOS, and Windows devices by using Visual Studio.
description: Build cross-platform mobile applications for Android, iOS, and Windows devices by using Visual Studio and target devices from a single code base.
titleSuffix: ""
ms.date: 08/26/2022
ms.technology: vs-ide-mobile
Expand Down
2 changes: 1 addition & 1 deletion docs/data-tools/accessing-data-in-visual-studio.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Work with data in Visual Studio
description: Work with data in Visual Studio. Create apps that connect to data in other database products or services over local machines, LANs, or public or private clouds.
description: Work with data in Visual Studio and create apps that connect to data in other database products or services over local machines, LANs, and public or private clouds.
ms.date: 09/14/2023
ms.topic: conceptual
helpviewer_keywords:
Expand Down
2 changes: 1 addition & 1 deletion docs/data-tools/add-new-connections.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Connect to a database or open an MDF file in Visual Studio
description: Connect to a database or data service with ADO.NET in Visual Studio, or connect to a database opened from an MDF file in Visual Studio.
description: Connect to a database or data service with ADO.NET in Visual Studio, or connect to a database opened from a median disk file (.mdf).
ms.date: 03/07/2023
ms.topic: how-to
author: ghogen
Expand Down
2 changes: 1 addition & 1 deletion docs/data-tools/add-new-data-sources.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Add new data sources in ADO.NET applications (.NET Framework)
description: Add new ADO.NET data sources in Visual Studio. A data source is a .NET Framework object that connects to a data store and make the data available to a .NET Framework application.
description: Add .NET Framework data sources by using ADO.NET in Visual Studio and connect your application to information in a data store.
ms.date: 06/01/2023
ms.topic: how-to
f1_keywords:
Expand Down
2 changes: 1 addition & 1 deletion docs/data-tools/bind-controls-to-data-in-visual-studio.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Bind controls to data in .NET Framework applications using Visual Studio
description: Bind controls to ADO.NET data in Visual Studio. Create data-bound controls by dragging items from the Data Sources window.
description: Bind controls to data in .NET Framework applications with ADO.NET in Visual Studio, and use the Data Sources window to create data-bound controls.
ms.date: 11/04/2016
ms.topic: how-to
helpviewer_keywords:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Bind Windows Forms controls to data in .NET Framework applications
description: Bind Windows Forms controls to data with ADO.NET in Visual Studio so that you can display data to users of your application.
description: Bind Windows Forms controls to data with ADO.NET in Visual Studio to display data to users of .NET Framework applications.
ms.date: 11/03/2017
ms.topic: how-to
helpviewer_keywords:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Connect to an Access database in .NET Framework applications
description: Understand how to connect to data in an Access database (either an .mdb file or an .accdb.file) in .NET Framework applications using ADO.NET in Visual Studio.
description: Connect to data stored in an Access database (.mdb file or .accdb file) from .NET Framework applications with ADO.NET in Visual Studio.
ms.date: 10/17/2023
ms.topic: how-to
helpviewer_keywords:
Expand Down
Loading