Skip to content

Commit 05759c5

Browse files
authored
Update branding for Azure Copilot (#355)
1 parent 1cb333c commit 05759c5

File tree

6 files changed

+18
-18
lines changed

6 files changed

+18
-18
lines changed

reference/docs-conceptual/AIShell/get-started/aishell-powershell.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ to your specific use cases, the default included is for a PowerShell expert. Add
2727
wish you use OpenAI you can configure the agent with just your API key from OpenAI in the commented
2828
out example in the JSON file.
2929

30-
The Azure agent is designed to bring the Copilot in Azure experience directly to your command line.
31-
It provides assistance for Azure CLI and Azure PowerShell commands. To use this agent, you need to
32-
sign into Azure using the `az login` command from Azure CLI.
30+
The Azure agent is designed to bring the Azure Copilot experience directly to your command line. It
31+
provides assistance for Azure CLI and Azure PowerShell commands. To use this agent, you need to sign
32+
into Azure using the `az login` command from Azure CLI.
3333

3434
## Use AI Shell to interact with the agents
3535

@@ -41,7 +41,7 @@ Azure OpenAI Agent
4141
- "What is the difference between a switch and a parameter in PowerShell?"
4242
- How do I get the top 10 most CPU intensive processes on my computer?
4343

44-
Copilot in Azure Agent
44+
Azure Copilot Agent
4545

4646
- "How do I create a new resource group with Azure CLI?"
4747
- "How can I list out the storage accounts I have in Azure PowerShell?"

reference/docs-conceptual/AIShell/get-started/aishell-standalone.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ OpenAI in the commented out example in the JSON file.
2727

2828
![An animation showing Getting Started with AI Shell.][02]
2929

30-
The Azure agent is designed to bring the Copilot in Azure experience directly to your command line.
31-
It provides assistance for Azure CLI and Azure PowerShell commands. To use this agent, you need to
32-
sign into Azure using the `az login` command from Azure CLI.
30+
The Azure agent is designed to bring the Azure Copilot experience directly to your command line. It
31+
provides assistance for Azure CLI and Azure PowerShell commands. To use this agent, you need to sign
32+
into Azure using the `az login` command from Azure CLI.
3333

3434
## Use AI Shell to interact with the agents
3535

reference/docs-conceptual/AIShell/how-to/agent-azure.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: Copilot in Azure Agent
3-
description: Learn how to use the Copilot in Azure agent in AI Shell.
2+
title: Azure Copilot Agent
3+
description: Learn how to use the Azure Copilot agent in AI Shell.
44
ms.date: 08/25/2025
55
---
6-
# Copilot in Azure Agent
6+
# Azure Copilot Agent
77

8-
This agent is designed to connect you to the [**Copilot in Azure**][02] experience directly from
9-
your command line. It provides assistance for Azure CLI commands, Azure PowerShell commands, and
10-
general Azure knowledge. To use this agent, you need to sign in to Azure using the `az login`
11-
command from Azure CLI.
8+
This agent is designed to connect you to the [**Azure Copilot**][02] experience directly from your
9+
command line. It provides assistance for Azure CLI commands, Azure PowerShell commands, and general
10+
Azure knowledge. To use this agent, you need to sign in to Azure using the `az login` command from
11+
Azure CLI.
1212

1313
## Prerequisites
1414

@@ -37,7 +37,7 @@ This agent includes the following features:
3737

3838
## Telemetry and configuration
3939

40-
The **Copilot in Azure** agent captures a small set of telemetry data. The telemetry data captured
40+
The **Azure Copilot** agent captures a small set of telemetry data. The telemetry data captured
4141
contains no personal identifiable information. The agent only captures product usage data to help us
4242
improve the product experience.
4343

reference/docs-conceptual/AIShell/how-to/aishell-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Example:
128128
129129
openai-gpt Active GPT: <gpt-name>. A GPT instance with expertise in PowerShell scripting
130130
using Entra ID authentication.
131-
azure (active) This AI assistant connects you to the Copilot in Azure and can generate Azure
131+
azure (active) This AI assistant connects you to the Azure Copilot and can generate Azure
132132
CLI and Azure PowerShell commands for managing Azure resources and answer
133133
questions about Azure.
134134
```

reference/docs-conceptual/AIShell/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Each AI assistant is known as an agent. The initial release of AI Shell includes
2525

2626
- **Azure OpenAI** agent that connects to an instance of **gpt-4o**. Use this agent for general
2727
AI tasks.
28-
- **Copilot in Azure** agent that can assist with Microsoft Azure knowledge. Use the Azure agent for
28+
- **Azure Copilot** agent that can assist with Microsoft Azure knowledge. Use the Azure agent for
2929
assistance with Azure CLI and Azure PowerShell commands.
3030

3131
You can run the AI Shell executable (`aish.exe`) in a standalone experience or you can use the

reference/docs-conceptual/AIShell/release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ AI Shell is a new CLI tool that creates an interactive shell to connect you with
105105
artificial intelligence assistants. We refer to these different AI assistants as AI agents; AI Shell
106106
includes two agents by default:
107107

108-
- Copilot in Azure
108+
- Azure Copilot
109109
- Azure OpenAI
110110

111111
### Key features

0 commit comments

Comments
 (0)