Skip to content

Commit 5e37f55

Browse files
authored
Merge branch 'MicrosoftDocs:main' into Concepts-Network-Fabric-OptionA-OptionB
2 parents b161759 + edc1baa commit 5e37f55

File tree

278 files changed

+8173
-3095
lines changed

Some content is hidden

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

278 files changed

+8173
-3095
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5264,6 +5264,11 @@
52645264
"redirect_url": "/azure/virtual-wan/monitor-virtual-wan",
52655265
"redirect_document_id": false
52665266
},
5267+
{
5268+
"source_path_from_root": "/articles/virtual-wan/openvpn-azure-ad-client-mac.md",
5269+
"redirect_url": "/azure/virtual-wan/point-to-site-entra-vpn-client-mac",
5270+
"redirect_document_id": false
5271+
},
52675272
{
52685273
"source_path_from_root": "/articles/virtual-wan/monitoring-best-practices.md",
52695274
"redirect_url": "/azure/virtual-wan/monitor-virtual-wan",

articles/api-center/set-up-api-center.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ To register the resource provider using the portal:
2626

2727
1. Select the subscription where you want to create the API center.
2828

29-
1. In the left menu, under **Resources**, select **Resource providers**.
29+
1. In the left menu, under **Settings** > **Resources**, select **Resource providers**.
3030

3131
1. Search for **Microsoft.ApiCenter** in the list of resource providers. If it's not registered, select **Register**.
3232

articles/api-management/api-management-api-import-restrictions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ The following fields are included in either [OpenAPI version 3.0.x](https://swag
147147
| **PathItem** | <ul><li>`trace`</li><li>`servers`</li></ul> |
148148
| **Operation** | <ul><li>`externalDocs`</li><li>`callbacks`</li><li>`security`</li><li>`servers`</li></ul> |
149149
| **Parameter** | <ul><li>`allowEmptyValue`</li><li>`style`</li><li>`explode`</li><li>`allowReserved`</li></ul> |
150+
| **Server templating** | <ul><li>`API Server and Base URL`</li></ul> |
150151

151152
## OpenAPI import, update, and export mechanisms
152153

articles/api-management/azure-openai-enable-semantic-caching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ If the request is successful, the response includes a vector representation of t
115115

116116
## Configure semantic caching policies
117117

118-
Configure the following policies to enable semantic caching for Azure OpenAI APIs in Azure API Management:
118+
To enable semantic caching for Azure OpenAI APIs in Azure API Management, apply the following policies: one to check the cache before sending requests (lookup) and another to store responses for future reuse (store):
119119
* In the **Inbound processing** section for the API, add the [azure-openai-semantic-cache-lookup](azure-openai-semantic-cache-lookup-policy.md) policy. In the `embeddings-backend-id` attribute, specify the Embeddings API backend you created.
120120

121121
> [!NOTE]

articles/api-management/backends.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,3 +271,4 @@ Include a JSON snippet similar to the following in your ARM template for a backe
271271

272272
* Blog: [Using Azure API Management circuit breaker and load balancing with Azure OpenAI Service](https://techcommunity.microsoft.com/t5/fasttrack-for-azure/using-azure-api-management-circuit-breaker-and-load-balancing/ba-p/4041003)
273273
* Set up a [Service Fabric backend](how-to-configure-service-fabric-backend.yml) using the Azure portal.
274+
* Quickstart [Create a Backend Pool in Azure API Management using Bicep for load balance OpenAI requests](https://github.com/Azure-Samples/apim-lbpool-openai-quickstart)

articles/app-service/includes/configure-language-java/java-variants.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,3 @@ Azure App Service runs Java web applications on a fully managed service in three
1010
* Java SE - Can run an app deployed as a JAR package that contains an embedded server (such as Spring Boot, Dropwizard, Quarkus, or one with an embedded Tomcat or Jetty server).
1111
* Tomcat - The built-in Tomcat server can run an app deployed as a WAR package.
1212
* JBoss EAP - Supported for Linux apps in the Free, Premium v3, and Isolated v2 pricing tiers only. The built-in JBoss EAP server can run an app deployed as a WAR or EAR package.
13-
14-
::: zone pivot="java-javase"
15-
16-
> [!NOTE]
17-
> For Spring applications, we recommend using Azure Spring Apps. However, you can still use Azure App Service as a destination. See [Java Workload Destination Guidance](https://aka.ms/javadestinations) for advice.
18-
19-
::: zone-end

articles/app-service/includes/deploy-github-actions/deploy-github-actions-openid-connect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122

123123
# [Java SE](#tab/java)
124124

125-
Build and deploy a Java Spring app to Azure using an Azure service principal. The example uses GitHub secrets for the `client-id`, `tenant-id`, and `subscription-id` values. You can also pass these values directly in the sign-in action.
125+
Build and deploy a Java Spring Boot app to Azure using an Azure service principal. The example uses GitHub secrets for the `client-id`, `tenant-id`, and `subscription-id` values. You can also pass these values directly in the sign-in action.
126126

127127
```yaml
128128
name: Java CI with Maven

articles/app-service/includes/deploy-github-actions/deploy-github-actions-publish-profile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393

9494
# [Java SE](#tab/java)
9595

96-
Build and deploy a Java Spring app to Azure using an Azure publish profile. The `publish-profile` input references the `AZURE_WEBAPP_PUBLISH_PROFILE` secret that you created earlier.
96+
Build and deploy a Java Spring Boot app to Azure using an Azure publish profile. The `publish-profile` input references the `AZURE_WEBAPP_PUBLISH_PROFILE` secret that you created earlier.
9797

9898
```yaml
9999
name: Java CI with Maven

articles/app-service/includes/deploy-github-actions/deploy-github-actions-service-principal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110

111111
# [Java SE](#tab/java)
112112

113-
Build and deploy a Java Spring app to Azure using an Azure service principal. The `creds` input references the `AZURE_CREDENTIALS` secret that you created earlier.
113+
Build and deploy a Java Spring Boot app to Azure using an Azure service principal. The `creds` input references the `AZURE_CREDENTIALS` secret that you created earlier.
114114

115115
```yaml
116116
name: Java CI with Maven

articles/app-service/includes/quickstart-java/quickstart-java-javase.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ In this quickstart, you use the [Maven Plugin for Azure App Service Web Apps](ht
1111

1212
The quickstart deploys either a Spring Boot app, embedded Tomcat, or Quarkus app using the [azure-webapp-maven-plugin](https://github.com/microsoft/azure-maven-plugins/wiki/Azure-Web-App) plugin.
1313

14-
> [!NOTE]
15-
> App Service can host Spring apps. For Spring apps that require all the Spring services, try [Azure Spring Apps](../../../spring-apps/quickstart.md) instead.
16-
1714
### [Spring Boot](#tab/springboot)
1815

1916
:::image type="content" source="../../media/quickstart-java/springboot-hello-world-in-browser-azure-app-service.png" alt-text="Screenshot of Spring Boot Hello World web app running in Azure App Service in introduction.":::

0 commit comments

Comments
 (0)