Skip to content

Commit

Permalink
[WINDUPRULE-889] Fix azure rules (#758)
Browse files Browse the repository at this point in the history
* [WINDUPRULE-889] Fix azure rules

* [WINDUPRULE-889] Fix previously removed link
  • Loading branch information
jmle committed Oct 11, 2022
1 parent 1b9374e commit 5b5a2e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
</dependencies>
<sourceTechnology id="springboot"/>
<targetTechnology id="azure-aks"/>
<targetTechnology id="azure-appservice"/>
<tag>eureka</tag>
</metadata>
<rules>
Expand Down Expand Up @@ -43,7 +44,6 @@
```
]]>
</message>
<link title="Spring Boot application using an Active MQ Broker" href="https://docs.microsoft.com/azure/developer/java/migration/migrate-spring-boot-to-azure-kubernetes-service#identify-eureka-dependencies"/>
<link title="Distributed Tracing" href="https://docs.microsoft.com/azure/azure-monitor/app/distributed-tracing"/>
</hint>
</perform>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
</dependencies>
<sourceTechnology id="springboot"/>
<targetTechnology id="azure-aks"/>
<targetTechnology id="azure-appservice"/>
<tag>zipkin</tag>
</metadata>
<rules>
Expand All @@ -33,7 +34,7 @@
The application uses Zipkin.
]]>
</message>
<link title="Spring Boot application using an Active MQ Broker" href="https://docs.microsoft.com/azure/developer/java/migration/migrate-spring-boot-to-azure-kubernetes-service#identify-zipkin-dependencies"/>
<link title="Migrate Spring Boot applications to Azure Kubernetes Service - " href="https://docs.microsoft.com/azure/developer/java/migration/migrate-spring-boot-to-azure-kubernetes-service#identify-zipkin-dependencies"/>
<link title="Distributed Tracing" href="https://docs.microsoft.com/azure/azure-monitor/app/distributed-tracing"/>
</hint>
</perform>
Expand Down

0 comments on commit 5b5a2e1

Please sign in to comment.