We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff156b7 commit 0ace628Copy full SHA for 0ace628
1 file changed
step-04-monitor-java-ee-app/README.md
@@ -170,6 +170,10 @@ az webapp stop -g ${RESOURCE_GROUP} -n ${WEBAPP}
170
az webapp start -g ${RESOURCE_GROUP} -n ${WEBAPP}
171
```
172
173
+>🚧 - __Preview-specific__ downloading, installing and engaging the Application Insights Java
174
+in-process agent is only necessary while JBoss EAP on App Service is in preview. Soon, the agent
175
+will be pre-installed and auto-engaged as part of code-less attach feature.
176
+
177
## Use Java EE application and make few REST API calls
178
179
Open the Java EE application running on JBoss EAP in App Service Linux:
0 commit comments