You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/app-service/includes/quickstart-java/quickstart-java-javase.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -205,7 +205,7 @@ With all the configuration ready in your [pom.xml](https://github.com/Azure-Samp
205
205
Once you select from a list of available subscriptions, Maven deploys to Azure App Service. When the deployment completes, you see the following output:
206
206
207
207
```output
208
-
[INFO] Successfully deployed the artifact to https://<app-name>.azurewebsites.net
208
+
[INFO] Successfully deployed the artifact to <URL>
Your application is ready at `http://<appName>.azurewebsites.net/`.
217
+
Your application is ready.
218
218
219
219
### [Spring Boot](#tab/springboot)
220
220
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:
222
222
223
223
:::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.":::
224
224
225
225
### [Quarkus](#tab/quarkus)
226
226
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:
228
228
229
229
:::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.":::
230
230
231
231
### [Embedded Tomcat](#tab/embeddedtomcat)
232
232
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:
234
234
235
235
:::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.":::
Copy file name to clipboardExpand all lines: articles/app-service/includes/quickstart-java/quickstart-java-jboss.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,7 @@ With all the configuration ready in your *pom.xml* file, you can deploy your Jav
120
120
mvn package azure-webapp:deploy -DskipTests
121
121
```
122
122
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
124
124
125
125

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
Copy file name to clipboardExpand all lines: articles/app-service/includes/quickstart-java/quickstart-java-tomcat.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,7 @@ With all the configuration ready in your *pom.xml* file, you can deploy your Jav
110
110
```azurecli-interactive
111
111
mvn package azure-webapp:deploy
112
112
```
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
114
114
115
115

Copy file name to clipboardExpand all lines: articles/app-service/includes/quickstart-php/quickstart-php-windows-pivot.md
+4-12Lines changed: 4 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ To complete this quickstart:
78
78
When the web app has been created, the Azure CLI shows output similar to the following example:
79
79
80
80
<pre>
81
-
Local git is configured with url of 'https://<username>@<app-name>.scm.azurewebsites.net/<app-name>.git'
81
+
Local git is configured with url of <URL>
82
82
{
83
83
"availabilityState": "Normal",
84
84
"clientAffinityEnabled": true,
@@ -95,14 +95,10 @@ To complete this quickstart:
95
95
You've created an empty new web app, with git deployment enabled.
96
96
97
97
> [!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.
99
99
>
100
100
101
-
1. Browse to your newly created web app. Replace _<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.
106
102
107
103
Here's what your new web app should look like:
108
104
@@ -131,18 +127,14 @@ To complete this quickstart:
131
127
remote: Finished successfully.
132
128
remote: Running post deployment command(s)...
133
129
remote: Deployment successful.
134
-
To https://<app-name>.scm.azurewebsites.net/<app-name>.git
130
+
To <URL>
135
131
cc39b1e..25f1805 main -> main
136
132
</pre>
137
133
138
134
## Browse to the app
139
135
140
136
Browse to the deployed application using your web browser.
141
137
142
-
```
143
-
http://<app-name>.azurewebsites.net
144
-
```
145
-
146
138
The PHP sample code is running in an Azure App Service web app.
147
139
148
140

Copy file name to clipboardExpand all lines: articles/app-service/tutorial-connect-app-access-sql-database-as-user-dotnet.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -273,7 +273,7 @@ The most common causes of this error are:
273
273
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:
274
274
275
275
- 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.
277
277
- If you deploy from Visual Studio, use remote debugging of your App Service app.
Copy file name to clipboardExpand all lines: articles/app-service/tutorial-connect-app-app-graph-javascript.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -269,7 +269,7 @@ Now that the code has the correct token for Microsoft Graph, use it to create a
269
269
270
270
## 6. Test your changes
271
271
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.
273
273
1. Select `Get user's profile`. This passes your authentication in the bearer token to the backend.
274
274
1. The backend end responds with the _real_ Microsoft Graph profile for your account.
Copy file name to clipboardExpand all lines: articles/app-service/tutorial-dotnetcore-sqldb-app.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,7 +118,7 @@ Having issues? Check the [Troubleshooting section](#troubleshooting).
118
118
119
119
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:
120
120
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.
122
122
* The **Region** to run the app physically in the world. It's also used as part of the DNS name for your app.
123
123
* The **Runtime stack** for the app. It's where you select the .NET version to use for your app.
124
124
* 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
671
671
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:
672
672
673
673
<pre>
674
-
Open SSH session to App Service container at: https://<app-name>.scm.azurewebsites.net/webssh/host
674
+
Open SSH session to App Service container at: <URL>
675
675
</pre>
676
676
677
677
1. In the SSH session, run the following commands:
@@ -697,7 +697,7 @@ Having issues? Check the [Troubleshooting section](#troubleshooting).
@@ -719,7 +719,7 @@ The sample application includes standard logging statements to demonstrate this
719
719
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:
720
720
721
721
<pre>
722
-
Stream App Service logs at: https://portal.azure.com/#@/resource/subscriptions/<subscription-guid>/resourceGroups/<group-name>/providers/Microsoft.Web/sites/<app-name>/logStream
722
+
Stream App Service logs at: <URL>
723
723
</pre>
724
724
725
725
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).
Copy file name to clipboardExpand all lines: articles/app-service/tutorial-java-jboss-mysql-app.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,7 +116,7 @@ Having issues? Check the [Troubleshooting section](#troubleshooting).
116
116
117
117
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:
118
118
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.
120
120
* The **Region** to run the app physically in the world. It's also used as part of the DNS name for your app.
121
121
* The **Runtime stack** for the app. It's where you select the version of Java to use for your app.
122
122
* 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
538
538
1. In the AZD output, find the URL forthe SSH session and navigate to itin the browser. It looks like this in the output:
539
539
540
540
<pre>
541
-
Open SSH session to App Service container at: https://<app-name>-<hash>.scm.azurewebsites.net/webssh/host
541
+
Open SSH session to App Service container at: <URL>
542
542
</pre>
543
543
544
544
1. In the SSH terminal, run `$JBOSS_HOME/bin/jboss-cli.sh --connect`.
@@ -609,7 +609,7 @@ Having issues? Check the [Troubleshooting section](#troubleshooting).
@@ -631,7 +631,7 @@ The sample application includes standard Log4j logging statements to demonstrate
631
631
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:
632
632
633
633
<pre>
634
-
Stream App Service logs at: https://portal.azure.com/#@/resource/subscriptions/<subscription-guid>/resourceGroups/<group-name>/providers/Microsoft.Web/sites/<app-name>/logStream
634
+
Stream App Service logs at: <URL>
635
635
</pre>
636
636
637
637
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