Skip to content

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

TRANSPARENCY_FAQ.md

+12
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@ The primary supported language for GitHub Copilot for Azure is English.
88

99
GitHub Copilot for Azure works by using a combination of natural language processing and machine learning to understand your question and provide you with an answer. This process can be broken down into several steps.
1010

11+
## What's new
12+
13+
GitHub Copilot for Azure has been updated with:
14+
15+
- New features
16+
17+
- Deploy Azure OpenAI models.
18+
- Code to Cloud recommends Azure services based on your application code and generates compatible Bicep or Terraform files, saving you valuable development time.
19+
- Handle various API-related tasks including generating new API specifications by simply describing your requirements in natural language and designing compliant APIs that adhere to API Center governance and best practices.
20+
- Accelerate use of online experimentation (private-preview).
21+
22+
1123
## Input processing
1224

1325
The input prompt from the user is pre-processed by the GitHub Copilot for Azure system, combined with contextual information (for example, Azure subscription that is currently selected), and sent to a large language model. User input is in the form of plain language.

0 commit comments

Comments
 (0)