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
:::image type="content" source="media/add-api/create-static-app-on-azure-portal-2.png" alt-text="Create static app on the Azure portal - screen 2":::
226
226
227
227
Next, add the following the build details.
228
228
@@ -238,7 +238,7 @@ Next, add the following the build details.
238
238
| Api location | The location of the API backend. This points to the root folder of the Azure Functions App project | No |
239
239
| App artifact location | The location of of the build output folder. Some front-end JavaScript frameworks have a build step that places production files in a folder. This setting points to the build output folder. | No |
You can also find the application URL from the Azure Portal:
254
+
You can also find the application URL from the Azure portal:
255
255
256
-
:::image type="content" source="media/add-api/static-app-url-from-portal.png" alt-text="Access static app URL from Azure Portal":::
256
+
:::image type="content" source="media/add-api/static-app-url-from-portal.png" alt-text="Access static app URL from the Azure portal":::
257
257
258
258
Alternatively you can directly access your Azure Static Web App at `https://<STATIC_APP_NAME>.azurestaticapps.net` and check the result in the browser.
0 commit comments