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/spring-apps/how-to-enable-ingress-to-app-tls.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
@@ -78,7 +78,7 @@ To enable ingress-to-app TLS in the [Azure portal](https://portal.azure.com/), f
78
78
3. Select **Ingress-to-app TLS**.
79
79
4. Switch **Ingress-to-app TLS** to *Yes*.
80
80
81
-
:::image type="content" source="media/how-to-enable-ingress-to-app-tls/enable-i2a-tls.png" alt-text="Screenshot of the Azure portal that shows the Ingress-to-app TLS page." lightbox="media/how-to-enable-ingress-to-app-tls/enable-i2a-tls.png":::
81
+
:::image type="content" source="media/how-to-enable-ingress-to-app-tls/enable-i2a-tls.png" alt-text="Screenshot of the Azure portal that shows the app Ingress-to-app TLS page." lightbox="media/how-to-enable-ingress-to-app-tls/enable-i2a-tls.png":::
Copy file name to clipboardExpand all lines: articles/spring-apps/how-to-permissions.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
@@ -67,7 +67,7 @@ The Developer role includes permissions to restart apps and see their log stream
67
67
68
68
1. In the search box, search for **Microsoft.app**. Select **Microsoft Azure Spring Apps**:
69
69
70
-
:::image type="content" source="media/how-to-permissions/spring-cloud-permissions.png" alt-text="Screenshot that shows the results of searching for Microsoft.app." lightbox="media/how-to-permissions/spring-cloud-permissions.png":::
70
+
:::image type="content" source="media/how-to-permissions/permissions.png" alt-text="Screenshot that shows the results of searching for Microsoft.app." lightbox="media/how-to-permissions/permissions.png":::
Copy file name to clipboardExpand all lines: articles/spring-apps/how-to-use-tls-certificate.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,11 +39,11 @@ You need to grant Azure Spring Apps access to your key vault before you import y
39
39
1. In the left navigation pane, select **Access policies**, then select **Create**.
40
40
1. Select **Certificate permissions**, then select **Get** and **List**.
41
41
42
-
:::image type="content" source="media/how-to-use-tls-certificates/grant-key-vault-permission.png" alt-text="Screenshot of the Azure portal that shows the Create an access policy page with Permission pane showing and Get and List permissions highlighted." lightbox="media/how-to-use-tls-certificates/grant-key-vault-permission.png":::
42
+
:::image type="content" source="media/how-to-use-tls-certificate/grant-key-vault-permission.png" alt-text="Screenshot of the Azure portal that shows the Create an access policy page with Permission pane showing and Get and List permissions highlighted." lightbox="media/how-to-use-tls-certificate/grant-key-vault-permission.png":::
43
43
44
44
1. Under **Principal**, select your **Azure Spring Cloud Resource Provider**.
45
45
46
-
:::image type="content" source="media/how-to-use-tls-certificates/select-service-principal.png" alt-text="Screenshot of the Azure portal that shows the Create an access policy page with Principal pane showing and Azure Spring Apps Resource Provider highlighted." lightbox="media/how-to-use-tls-certificates/select-service-principal.png":::
46
+
:::image type="content" source="media/how-to-use-tls-certificate/select-service-principal.png" alt-text="Screenshot of the Azure portal that shows the Create an access policy page with Principal pane showing and Azure Spring Apps Resource Provider highlighted." lightbox="media/how-to-use-tls-certificate/select-service-principal.png":::
47
47
48
48
1. Select **Review + Create**, then select **Create**.
49
49
@@ -82,7 +82,7 @@ To load a certificate into your application in Azure Spring Apps, start with the
82
82
1. From the left navigation pane of your app, select **Certificate management**.
83
83
1. Select **Add certificate** to choose certificates accessible for the app.
84
84
85
-
:::image type="content" source="media/how-to-use-tls-certificates/load-certificate.png" alt-text="Screenshot of the Azure portal that shows the Certificate management page with the Add certificate button highlighted." lightbox="media/how-to-use-tls-certificates/load-certificate.png":::
85
+
:::image type="content" source="media/how-to-use-tls-certificate/load-certificate.png" alt-text="Screenshot of the Azure portal that shows the Certificate management page with the Add certificate button highlighted." lightbox="media/how-to-use-tls-certificate/load-certificate.png":::
Copy file name to clipboardExpand all lines: articles/spring-apps/quickstart-deploy-restful-api-app.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ The following diagram shows the architecture of the system:
49
49
- A custom directory role that includes the [permission to grant permissions to applications](/entra/identity/role-based-access-control/custom-consent-permissions), for the permissions required by the application.
50
50
51
51
For more information, see [Grant tenant-wide admin consent to an application](/entra/identity/enterprise-apps/grant-admin-consent?pivots=portal).
52
-
- If you're deploying an Azure Spring Apps Enterprise plan instance for the first time in the target subscription, see the [Requirements](./how-to-enterprise-marketplace-offer.md#requirements) section of [Enterprise plan in Azure Marketplace](./how-to-enterprise-marketplace-offer.md).
52
+
- If you're deploying an Azure Spring Apps Enterprise plan instance for the first time in the target subscription, see the [Requirements](how-to-enterprise-marketplace-offer.md#requirements) section of [Enterprise plan in Azure Marketplace](how-to-enterprise-marketplace-offer.md).
53
53
-[Git](https://git-scm.com/downloads).
54
54
-[Java Development Kit (JDK)](/java/azure/jdk/), version 17.
55
55
- A Microsoft Entra tenant. For instructions on creating one, see [Quickstart: Create a new tenant in Microsoft Entra ID](/entra/fundamentals/create-new-tenant).
@@ -63,7 +63,7 @@ The following diagram shows the architecture of the system:
63
63
- A custom directory role that includes the [permission to grant permissions to applications](/entra/identity/role-based-access-control/custom-consent-permissions), for the permissions required by the application.
64
64
65
65
For more information, see [Grant tenant-wide admin consent to an application](/entra/identity/enterprise-apps/grant-admin-consent?pivots=portal).
66
-
- If you're deploying an Azure Spring Apps Enterprise plan instance for the first time in the target subscription, see the [Requirements](./how-to-enterprise-marketplace-offer.md#requirements) section of [Enterprise plan in Azure Marketplace](./how-to-enterprise-marketplace-offer.md).
66
+
- If you're deploying an Azure Spring Apps Enterprise plan instance for the first time in the target subscription, see the [Requirements](how-to-enterprise-marketplace-offer.md#requirements) section of [Enterprise plan in Azure Marketplace](how-to-enterprise-marketplace-offer.md).
67
67
-[Git](https://git-scm.com/downloads).
68
68
-[Java Development Kit (JDK)](/java/azure/jdk/), version 17.
69
69
- A Microsoft Entra tenant. For instructions on creating one, see [Quickstart: Create a new tenant in Microsoft Entra ID](/entra/fundamentals/create-new-tenant).
@@ -240,22 +240,22 @@ Use the following steps to access the RESTful APIs of the `ToDo` app in the Swag
240
240
## 7. Next steps
241
241
242
242
> [!div class="nextstepaction"]
243
-
> [Quickstart: Deploy an event-driven application to Azure Spring Apps](./quickstart-deploy-event-driven-app.md)
243
+
> [Quickstart: Deploy an event-driven application to Azure Spring Apps](quickstart-deploy-event-driven-app.md)
244
244
245
245
> [!div class="nextstepaction"]
246
-
> [Quickstart: Deploy microservice applications to Azure Spring Apps](./quickstart-deploy-microservice-apps.md)
246
+
> [Quickstart: Deploy microservice applications to Azure Spring Apps](quickstart-deploy-microservice-apps.md)
247
247
248
248
> [!div class="nextstepaction"]
249
-
> [Structured application log for Azure Spring Apps](./structured-app-log.md)
249
+
> [Structured application log for Azure Spring Apps](structured-app-log.md)
250
250
251
251
> [!div class="nextstepaction"]
252
-
> [Map an existing custom domain to Azure Spring Apps](./how-to-custom-domain.md)
252
+
> [Map an existing custom domain to Azure Spring Apps](how-to-custom-domain.md)
253
253
254
254
> [!div class="nextstepaction"]
255
-
> [Use Azure Spring Apps CI/CD with GitHub Actions](./how-to-github-actions.md)
255
+
> [Use Azure Spring Apps CI/CD with GitHub Actions](how-to-github-actions.md)
256
256
257
257
> [!div class="nextstepaction"]
258
-
> [Automate application deployments to Azure Spring Apps](./how-to-cicd.md)
258
+
> [Automate application deployments to Azure Spring Apps](how-to-cicd.md)
Copy file name to clipboardExpand all lines: articles/spring-apps/quickstart-integrate-azure-database-mysql.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ Use [Service Connector](../service-connector/overview.md) to connect the app hos
91
91
1. Under **Settings**, select **Apps**, and then select the `customers-service` application from the list.
92
92
1. Select **Service Connector** from the left table of contents and select **Create**.
93
93
94
-
:::image type="content" source="./media/quickstart-integrate-azure-database-mysql/create-service-connection.png" alt-text="Screenshot of the Azure portal, in the Azure Spring Apps instance, create a connection with Service Connector.":::
94
+
:::image type="content" source="media/quickstart-integrate-azure-database-mysql/create-service-connection.png" alt-text="Screenshot of the Azure portal, in the Azure Spring Apps instance, create a connection with Service Connector.":::
95
95
96
96
1. Select or enter the following settings in the table.
97
97
@@ -104,7 +104,7 @@ Use [Service Connector](../service-connector/overview.md) to connect the app hos
104
104
|**MySQL database**|*petclinic*| Select the database you created earlier. |
105
105
|**Client type**|*SpringBoot*| Select the application stack that works with the target service you selected. |
106
106
107
-
:::image type="content" source="./media/quickstart-integrate-azure-database-mysql/basics-tab.png" alt-text="Screenshot of the Azure portal, filling out the basics tab in Service Connector.":::
107
+
:::image type="content" source="media/quickstart-integrate-azure-database-mysql/basics-tab.png" alt-text="Screenshot of the Azure portal, filling out the basics tab in Service Connector.":::
108
108
109
109
1. Select **Next: Authentication** to select the authentication type. Then select **Connection string > Database credentials** and enter your database username and password.
110
110
@@ -148,7 +148,7 @@ Username and password validated. success
148
148
149
149
Azure Spring Apps connections are displayed under **Settings > Service Connector**. Select **Validate** to check your connection status, and select **Learn more** to review the connection validation details.
150
150
151
-
:::image type="content" source="./media/quickstart-integrate-azure-database-mysql/check-connection.png" alt-text="Screenshot of the Azure portal, in the Azure Spring Apps instance, check connection to MySQL database.":::
151
+
:::image type="content" source="media/quickstart-integrate-azure-database-mysql/check-connection.png" alt-text="Screenshot of the Azure portal, in the Azure Spring Apps instance, check connection to MySQL database.":::
Copy file name to clipboardExpand all lines: articles/spring-apps/vnet-customer-responsibilities.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
@@ -93,7 +93,7 @@ Azure Firewall provides the FQDN tag `AzureKubernetesService` to simplify the fo
93
93
94
94
## Azure Spring Apps optional FQDN for Application Insights
95
95
96
-
You need to open some outgoing ports in your server's firewall to allow the Application Insights SDK or the Application Insights Agent to send data to the portal. For more information, see the [outgoing ports](../azure-monitor/ip-addresses.md#outgoing-ports) section of [IP addresses used by Azure Monitor](../azure-monitor/ip-addresses.md).
96
+
You need to open some outgoing ports in your server's firewall to allow the Application Insights SDK or the Application Insights Agent to send data to the portal. For more information, see the [Outgoing ports](../azure-monitor/ip-addresses.md#outgoing-ports) section of [IP addresses used by Azure Monitor](../azure-monitor/ip-addresses.md).
0 commit comments