Skip to content

Commit 4dc9913

Browse files
committed
What's New updates for July
1 parent 1e964f7 commit 4dc9913

File tree

1 file changed

+85
-40
lines changed

1 file changed

+85
-40
lines changed

articles/intro/whats-new.md

Lines changed: 85 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,91 @@ ms.topic: article
1111

1212
Welcome to what's new in the [Azure developer documentation](../index.yml) for the last three months. This article lists some of the major changes to docs during this period.
1313

14+
## What's new for July 2025
15+
16+
### AI apps using Azure services
17+
18+
New articles:
19+
20+
- [Build a TypeScript MCP server using Azure Container Apps](../ai/build-mcp-server-ts.md)
21+
22+
### Azure Developer CLI (azd)
23+
24+
New articles:
25+
26+
- [Azure Container Apps deployment strategies using the Azure Developer CLI](../azure-developer-cli/container-apps-workflows.md)
27+
- [Remote builds support with Azure Container Registry](../azure-developer-cli/remote-builds.md)
28+
29+
### Azure MCP Server
30+
31+
New articles:
32+
33+
- [Azure AI Foundry tools for the Azure MCP Server](../azure-mcp-server/tools/azure-foundry.md)
34+
- [Azure best practices tools](../azure-mcp-server/tools/azure-best-practices.md)
35+
- [Azure Bicep Schema tools for the Azure MCP Server](../azure-mcp-server/tools/azure-bicep-schema.md)
36+
- [Azure Cache for Redis tools for Azure MCP Server](../azure-mcp-server/tools/azure-cache-for-redis.md)
37+
- [Azure Developer CLI extension tools for the Azure MCP Server](../azure-mcp-server/tools/azure-developer-cli.md)
38+
- [Azure Kubernetes Service tools for the Azure MCP Server](../azure-mcp-server/tools/azure-aks.md)
39+
- [Azure Load Testing tools for the Azure MCP Server](../azure-mcp-server/tools/azure-load-testing.md)
40+
- [Azure Managed Grafana tools for the Azure MCP Server](../azure-mcp-server/tools/azure-grafana.md)
41+
- [Azure MCP tools management for the Azure MCP Server](../azure-mcp-server/tools/azure-mcp-tool.md)
42+
- [Azure Native ISV tools for Azure MCP Server](../azure-mcp-server/tools/azure-native-isv.md)
43+
- [Azure Quick Review CLI tools for the Azure MCP Server](../azure-mcp-server/tools/azure-compliance-quick-review.md)
44+
- [Azure RBAC tools for the Azure MCP Server](../azure-mcp-server/tools/azure-rbac.md)
45+
- [Azure SQL tools for the Azure MCP Server](../azure-mcp-server/tools/azure-sql.md)
46+
- [Terraform best practices for Azure tools](../azure-mcp-server/tools/azure-terraform-best-practices.md)
47+
48+
Updated articles:
49+
50+
- [Azure Key Vault tools for the Azure MCP Server](../azure-mcp-server/tools/key-vault-key.md) - MCP: AZD, Azure tools, Key Vault
51+
- [Azure Monitor tools for the Azure MCP Server](../azure-mcp-server/tools/monitor.md)
52+
- Azure Quick Review and Azure Monitor workbooks
53+
- Updated MCP tools: Azure Monitor
54+
55+
### Azure and GitHub integration
56+
57+
New articles:
58+
59+
- [Analyze applications and migrate to Azure by using GitHub Copilot App Modernization](../github-copilot-app-modernization/overview.md)
60+
- [GitHub Copilot App Modernization documentation](../github-copilot-app-modernization/index.yml)
61+
62+
### Azure for Java
63+
64+
New articles:
65+
66+
- [Configure passwordless database connections for Java apps on IBM WebSphere Application Server](../java/ee/how-to-configure-passwordless-datasource-websphere.md)
67+
- [Configure passwordless database connections for Java apps on Red Hat JBoss EAP](../java/ee/how-to-configure-passwordless-datasource-eap.md)
68+
69+
### Azure for JavaScript
70+
71+
Updated articles:
72+
73+
- [What is Azure for JavaScript developers](../javascript/what-is-azure-for-javascript-development.md) - What is JS on Azure
74+
75+
### Azure for Python
76+
77+
New articles:
78+
79+
- [Authorization in the Azure SDK libraries for Python](../python/sdk/authorization/overview.md)
80+
81+
### Terraform on Azure
82+
83+
New articles:
84+
85+
- [Generate Terraform on Azure configurations using Copilot](../terraform/terraform-handler-for-azure-copilot/generate-terraform-configuration-using-copilot.md)
86+
87+
Updated articles:
88+
89+
- [Generate Terraform on Azure configurations using Copilot](../terraform/terraform-handler-for-azure-copilot/generate-terraform-configuration-using-copilot.md)
90+
- Copilot article changes to images, prompts, and verbiage
91+
- Terraform handler for Azure Copilot
92+
93+
### TypeSpec
94+
95+
New articles:
96+
97+
- [Quickstart: Create a new API project with TypeSpec and TypeScript](../typespec/quickstart-scaffold-typescript.md)
98+
1499
## What's new for June 2025
15100

16101
### AI apps using Azure services
@@ -174,43 +259,3 @@ New articles:
174259
New articles:
175260

176261
- [Quickstart: Create a new API project with TypeSpec](../typespec/quickstart-scaffold-dotnet.md)
177-
178-
## What's new for April 2025
179-
180-
### Azure Developer CLI (azd)
181-
182-
New articles:
183-
184-
- [Generate Bicep using the compose feature](../azure-developer-cli/compose-generate.md)
185-
- [Build a minimal template using the Azure Developer CLI compose feature](../azure-developer-cli/compose-quickstart.md)
186-
- [Explore and customize an Azure Developer CLI template](../azure-developer-cli/quickstart-explore-templates.md)
187-
- [Explore the Azure Developer CLI template galleries](../azure-developer-cli/azd-template-galleries.md)
188-
- [Azure Developer CLI vs Azure CLI overview](../azure-developer-cli/azure-developer-cli-vs-azure-cli.md)
189-
190-
Updated articles:
191-
192-
- [Azure Developer CLI reference](../azure-developer-cli/reference.md) - Update reference documents for Azure CLI @ 1.14.0
193-
- [Get started with the Azure Developer CLI compose feature](../azure-developer-cli/azd-compose.md) - Expand azd compose
194-
195-
### GitHub Copilot for Azure
196-
197-
Updated articles:
198-
199-
- [Get started with GitHub Copilot for Azure Preview](../github-copilot-azure/get-started.md) - GHCPA Agent Mode Enabled
200-
201-
### Azure for Java
202-
203-
New articles:
204-
205-
- [Migrate Spring Boot applications to Azure App Service](../java/migration/migrate-spring-boot-to-app-service.md)
206-
- [Quickstart: Create a Java Quarkus app with Azure App Configuration](../java/ee/quarkus-with-app-configuration.md)
207-
208-
### Azure for JavaScript
209-
210-
New articles:
211-
212-
- [Tutorial: Build a LangChain.js agent with Azure AI Search](../javascript/ai/langchain-agent-on-azure.md)
213-
214-
Updated articles:
215-
216-
- [How to Test Azure SDK Integration in JavaScript Applications Using Jest](../javascript/sdk/test-sdk-integration.md) - JS - SDK testing with 3 test frameworks

0 commit comments

Comments
 (0)