Skip to content

Commit ce96fc0

Browse files
authored
Merge pull request #300464 from MicrosoftDocs/main
5/28/2025 11:00 AM IST Publish
2 parents 62188c1 + d7001be commit ce96fc0

37 files changed

+849
-275
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"redirections": [
3+
{
4+
"source_path": "articles/private-multi-access-edge-compute-mec/index.yml",
5+
"redirect_url": "/previous-versions/azure/private-multi-access-edge-compute-mec/index",
6+
"redirect_document_id": false
7+
},
38
{
49
"source_path": "articles/network-watcher/traffic-analytics-schema-update.md",
510
"redirect_url": "/previous-versions/azure/network-watcher/traffic-analytics-schema-update",

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ With all the configuration ready in your [pom.xml](https://github.com/Azure-Samp
205205
Once you select from a list of available subscriptions, Maven deploys to Azure App Service. When the deployment completes, you see the following output:
206206
207207
```output
208-
[INFO] Successfully deployed the artifact to https://<app-name>.azurewebsites.net
208+
[INFO] Successfully deployed the artifact to <URL>
209209
[INFO] ------------------------------------------------------------------------
210210
[INFO] BUILD SUCCESS
211211
[INFO] ------------------------------------------------------------------------
@@ -214,23 +214,23 @@ With all the configuration ready in your [pom.xml](https://github.com/Azure-Samp
214214
[INFO] ------------------------------------------------------------------------
215215
```
216216
217-
Your application is ready at `http://<appName>.azurewebsites.net/`.
217+
Your application is ready.
218218
219219
### [Spring Boot](#tab/springboot)
220220
221-
Open the URL `http://<appName>.azurewebsites.net/greeting` with your local web browser (note the `/greeting` path), and you should see:
221+
Get the default domain for your app in the Azure portal by selecting **Overview** for your app. Append `/greeting`. You should see:
222222
223223
:::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.":::
224224
225225
### [Quarkus](#tab/quarkus)
226226
227-
Open the URL `http://<appName>.azurewebsites.net/hello` with your local web browser (note the `/hello` path), and you should see:
227+
Get the default domain for your app in the Azure portal by selecting **Overview** for your app. Append `/hello`. You should see:
228228
229229
:::image type="content" source="../../media/quickstart-java/quarkus-hello-world-in-browser-azure-app-service.png" alt-text="Screenshot of Quarkus web app running in Azure App Service.":::
230230
231231
### [Embedded Tomcat](#tab/embeddedtomcat)
232232
233-
Open the URLl with your local web browser, and you should see:
233+
Open the URL with your local web browser, and you should see:
234234
235235
:::image type="content" source="../../media/quickstart-java/embedded-tomcat-hello-world-in-browser-azure-app-service.png" alt-text="Screenshot of embedded Tomcat web app running in Azure App Service.":::
236236

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ With all the configuration ready in your *pom.xml* file, you can deploy your Jav
120120
mvn package azure-webapp:deploy -DskipTests
121121
```
122122

123-
Once you select from a list of available subscriptions, Maven deploys to Azure App Service. When deployment completes, your application is ready at `http://<appName>.azurewebsites.net/` (`http://petstoreee7-1745409173307.azurewebsites.net` in the demo). Open the URL with your local web browser, you should see
123+
Once you select from a list of available subscriptions, Maven deploys to Azure App Service. When deployment completes, your application is ready. In this demo, the URL is `http://petstoreee7-1745409173307.azurewebsites.net`. Open the URL with your local web browser, you should see
124124

125125
![Screenshot of Maven Hello World web app running in Azure App Service.](../../media/quickstart-java/jboss-sample-in-app-service.png)
126126

articles/app-service/includes/quickstart-java/quickstart-java-linux-maven-pivot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ mvn package azure-webapp:deploy -DskipTests
266266

267267
-----
268268

269-
Once deployment is completed, your application is ready at `http://<appName>.azurewebsites.net/` (`http://helloworld-1590394316693.azurewebsites.net` in the demo). Open the url with your local web browser, you should see
269+
Once deployment is completed, your application is ready at `http://helloworld-1590394316693.azurewebsites.net` in the demo. Open the url with your local web browser, you should see
270270

271271
# [Java SE](#tab/javase)
272272

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ With all the configuration ready in your *pom.xml* file, you can deploy your Jav
110110
```azurecli-interactive
111111
mvn package azure-webapp:deploy
112112
```
113-
Once you select from a list of available subscriptions, Maven deploys to Azure App Service. When deployment completes, your application is ready at `http://<appName>.azurewebsites.net/` (`http://helloworld-1745408005556.azurewebsites.net` in the demo). Open the URL with your local web browser, you should see
113+
Once you select from a list of available subscriptions, Maven deploys to Azure App Service. When deployment completes, your application is ready. In this demo, the URL is `http://helloworld-1745408005556.azurewebsites.net`. Open the URL with your local web browser, you should see
114114

115115
![Screenshot of Maven Hello World web app running in Azure App Service.](../../media/quickstart-java/java-hello-world-in-browser-azure-app-service.png)
116116

articles/app-service/includes/quickstart-php/quickstart-php-windows-pivot.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ To complete this quickstart:
7878
When the web app has been created, the Azure CLI shows output similar to the following example:
7979
8080
<pre>
81-
Local git is configured with url of 'https://&lt;username&gt;@&lt;app-name&gt;.scm.azurewebsites.net/&lt;app-name&gt;.git'
81+
Local git is configured with url of &lt;URL>
8282
{
8383
"availabilityState": "Normal",
8484
"clientAffinityEnabled": true,
@@ -95,14 +95,10 @@ To complete this quickstart:
9595
You've created an empty new web app, with git deployment enabled.
9696

9797
> [!NOTE]
98-
> The URL of the Git remote is shown in the `deploymentLocalGitUrl` property, with the format `https://<username>@<app-name>.scm.azurewebsites.net/<app-name>.git`. Save this URL as you need it later.
98+
> The URL of the Git remote is shown in the `deploymentLocalGitUrl` property. Save this URL as you need it later.
9999
>
100100

101-
1. Browse to your newly created web app. Replace _&lt;app-name>_ with your unique app name created in the prior step.
102-
103-
```bash
104-
http://<app-name>.azurewebsites.net
105-
```
101+
1. Browse to your newly created web app.
106102

107103
Here's what your new web app should look like:
108104
@@ -131,18 +127,14 @@ To complete this quickstart:
131127
remote: Finished successfully.
132128
remote: Running post deployment command(s)...
133129
remote: Deployment successful.
134-
To https://&lt;app-name&gt;.scm.azurewebsites.net/&lt;app-name&gt;.git
130+
To &lt;URL>
135131
cc39b1e..25f1805 main -> main
136132
</pre>
137133
138134
## Browse to the app
139135
140136
Browse to the deployed application using your web browser.
141137
142-
```
143-
http://<app-name>.azurewebsites.net
144-
```
145-
146138
The PHP sample code is running in an Azure App Service web app.
147139
148140
![Sample app running in Azure](../../media/quickstart-php/hello-world-in-browser.png)

articles/app-service/tutorial-connect-app-access-sql-database-as-user-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ The most common causes of this error are:
273273
Because App Service authentication is a feature in Azure, it's not possible for the same code to work in your local environment. Unlike the app running in Azure, your local code doesn't benefit from the authentication middleware from App Service. You have a few alternatives:
274274

275275
- Connect to SQL Database from your local environment with [`Active Directory Interactive`](/sql/connect/ado-net/sql/azure-active-directory-authentication#using-active-directory-interactive-authentication). The authentication flow doesn't sign in the user to the app itself, but it does connect to the back-end database with the signed-in user, and allows you to test database authorization locally.
276-
- Manually copy the access token from `https://<app-name>.azurewebsites.net/.auth/me` into your code, in place of the `X-MS-TOKEN-AAD-ACCESS-TOKEN` request header.
276+
- Manually copy the access token into your code, in place of the `X-MS-TOKEN-AAD-ACCESS-TOKEN` request header.
277277
- If you deploy from Visual Studio, use remote debugging of your App Service app.
278278

279279
#### What happens when access tokens expire?

articles/app-service/tutorial-connect-app-app-graph-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ Now that the code has the correct token for Microsoft Graph, use it to create a
269269
270270
## 6. Test your changes
271271
272-
1. Use the frontend web site in a browser. The URL is in the format of `https://<front-end-app-name>.azurewebsites.net/`. You may need to refresh your token if it's expired.
272+
1. Use the frontend web site in a browser. You may need to refresh your token if it's expired.
273273
1. Select `Get user's profile`. This passes your authentication in the bearer token to the backend.
274274
1. The backend end responds with the _real_ Microsoft Graph profile for your account.
275275

articles/app-service/tutorial-dotnetcore-sqldb-app.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Having issues? Check the [Troubleshooting section](#troubleshooting).
118118

119119
In this step, you create the Azure resources. The steps used in this tutorial create a set of secure-by-default resources that include App Service, Azure SQL Database, and Azure Cache. For the creation process, you'll specify:
120120

121-
* The **Name** for the web app. It's used as part of the DNS name for your app in the form of `https://<app-name>-<hash>.<region>.azurewebsites.net`.
121+
* The **Name** for the web app. It's used as part of the DNS name for your app.
122122
* The **Region** to run the app physically in the world. It's also used as part of the DNS name for your app.
123123
* The **Runtime stack** for the app. It's where you select the .NET version to use for your app.
124124
* The **Hosting plan** for the app. It's the pricing tier that includes the set of features and scaling capacity for your app.
@@ -671,7 +671,7 @@ With the SQL Database protected by the virtual network, the easiest way to run d
671671
1. In the AZD output, find the URL for the SSH session and navigate to it in the browser. It looks like this in the output:
672672
673673
<pre>
674-
Open SSH session to App Service container at: https://&lt;app-name>.scm.azurewebsites.net/webssh/host
674+
Open SSH session to App Service container at: &lt;URL>
675675
</pre>
676676
677677
1. In the SSH session, run the following commands:
@@ -697,7 +697,7 @@ Having issues? Check the [Troubleshooting section](#troubleshooting).
697697
Deploying services (azd deploy)
698698

699699
(✓) Done: Deploying service web
700-
- Endpoint: https://&lt;app-name>-&lt;hash>.azurewebsites.net/
700+
- Endpoint: &lt;URL>
701701
</pre>
702702

703703
2. Add a few tasks to the list.
@@ -719,7 +719,7 @@ The sample application includes standard logging statements to demonstrate this
719719
In the AZD output, find the link to stream App Service logs and navigate to it in the browser. The link looks like this in the AZD output:
720720
721721
<pre>
722-
Stream App Service logs at: https://portal.azure.com/#@/resource/subscriptions/&lt;subscription-guid>/resourceGroups/&lt;group-name>/providers/Microsoft.Web/sites/&lt;app-name>/logStream
722+
Stream App Service logs at: &lt;URL>
723723
</pre>
724724
725725
Learn more about logging in .NET apps in the series on [Enable Azure Monitor OpenTelemetry for .NET, Node.js, Python and Java applications](/azure/azure-monitor/app/opentelemetry-enable?tabs=aspnetcore).

articles/app-service/tutorial-java-jboss-mysql-app.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Having issues? Check the [Troubleshooting section](#troubleshooting).
116116

117117
First, you create the Azure resources. The steps used in this tutorial create a set of secure-by-default resources that include App Service and Azure Database for MySQL. For the creation process, you specify:
118118

119-
* The **Name** for the web app. It's used as part of the DNS name for your app in the form of `https://<app-name>-<hash>.<region>.azurewebsites.net`.
119+
* The **Name** for the web app. It's used as part of the DNS name for your app.
120120
* The **Region** to run the app physically in the world. It's also used as part of the DNS name for your app.
121121
* The **Runtime stack** for the app. It's where you select the version of Java to use for your app.
122122
* The **Hosting plan** for the app. It's the pricing tier that includes the set of features and scaling capacity for your app.
@@ -538,7 +538,7 @@ In this step, you use the SSH connection to the app container to verify the JNDI
538538
1. In the AZD output, find the URL for the SSH session and navigate to it in the browser. It looks like this in the output:
539539

540540
<pre>
541-
Open SSH session to App Service container at: https://&lt;app-name>-&lt;hash>.scm.azurewebsites.net/webssh/host
541+
Open SSH session to App Service container at: &lt;URL>
542542
</pre>
543543

544544
1. In the SSH terminal, run `$JBOSS_HOME/bin/jboss-cli.sh --connect`.
@@ -609,7 +609,7 @@ Having issues? Check the [Troubleshooting section](#troubleshooting).
609609
Deploying services (azd deploy)
610610
611611
(✓) Done: Deploying service web
612-
- Endpoint: https://&lt;app-name>-&lt;hash>.azurewebsites.net/
612+
- Endpoint: &lt;URL>
613613
</pre>
614614
615615
2. Add a few tasks to the list.
@@ -631,7 +631,7 @@ The sample application includes standard Log4j logging statements to demonstrate
631631
In the AZD output, find the link to stream App Service logs and navigate to it in the browser. The link looks like this in the AZD output:
632632

633633
<pre>
634-
Stream App Service logs at: https://portal.azure.com/#@/resource/subscriptions/&lt;subscription-guid>/resourceGroups/&lt;group-name>/providers/Microsoft.Web/sites/&lt;app-name>/logStream
634+
Stream App Service logs at: &lt;URL>
635635
</pre>
636636

637637
Learn more about logging in Java apps in the series on [Enable Azure Monitor OpenTelemetry for .NET, Node.js, Python, and Java applications](/azure/azure-monitor/app/opentelemetry-enable?tabs=java).

0 commit comments

Comments
 (0)