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/azure-functions/functions-create-first-quarkus.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -167,7 +167,7 @@ The open-standard technology Jakarta EE Contexts and Dependency Injection (CDI)
167
167
```
168
168
169
169
> [!IMPORTANT]
170
-
> Live Coding (also called dev mode) allows you to run the app and make changes on the fly. Quarkus will automatically re-compile and reload the app when changes are made. This is a powerful and efficient style of developing that you'll use throughout this article.
170
+
> Live Coding (also called dev mode) allows you to run the app and make changes on the fly. Quarkus will automatically recompile and reload the app when changes are made. This is a powerful and efficient style of developing that you'll use throughout this article.
171
171
172
172
Before you move forward to the next step, stop Quarkus dev mode by selecting Ctrl+C.
173
173
@@ -250,7 +250,7 @@ Sign in to [the portal](https://aka.ms/publicportal) and ensure that you've sele
250
250
251
251
:::image type="content" source="media/functions-create-first-quarkus/azure-function-app-detail.png" alt-text="Screenshot that shows a URL and other function app details.":::
252
252
253
-
1. Confirm that the welcome page says that your function app is "up and running."
253
+
1. Confirm that the welcome page says your function app is "up and running."
254
254
255
255
:::image type="content" source="media/functions-create-first-quarkus/azure-function-app-ready.png" alt-text="Screenshot that shows the welcome page for a function app.":::
0 commit comments