Skip to content

Commit

Permalink
Make Azure rules for Spring available for Azure Containers Apps (#773)
Browse files Browse the repository at this point in the history
  • Loading branch information
agoncal committed Nov 16, 2022
1 parent 9adffb3 commit c7b4e16
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions rules/rules-reviewed/azure/azure-file-system.windup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<sourceTechnology id="springboot"/>
<targetTechnology id="azure-appservice"/>
<targetTechnology id="azure-aks"/>
<targetTechnology id="azure-container-apps"/>
<tag>file-system</tag>
</metadata>
<rules>
Expand Down
1 change: 1 addition & 0 deletions rules/rules-reviewed/azure/azure-password.windup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<sourceTechnology id="eap" versionRange="[7,8)" />
<targetTechnology id="azure-appservice"/>
<targetTechnology id="azure-aks"/>
<targetTechnology id="azure-container-apps"/>
<tag>password</tag>
<tag>security</tag>
</metadata>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<sourceTechnology id="springboot"/>
<targetTechnology id="azure-appservice"/>
<targetTechnology id="azure-aks"/>
<targetTechnology id="azure-container-apps"/>
<tag>cache</tag>
<tag>redis</tag>
</metadata>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<sourceTechnology id="springboot"/>
<targetTechnology id="azure-appservice"/>
<targetTechnology id="azure-aks"/>
<targetTechnology id="azure-container-apps"/>
<tag>database</tag>
</metadata>
<rules>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<sourceTechnology id="springboot"/>
<targetTechnology id="azure-aks"/>
<targetTechnology id="azure-appservice"/>
<targetTechnology id="azure-container-apps"/>
<tag>eureka</tag>
</metadata>
<rules>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<sourceTechnology id="springboot"/>
<targetTechnology id="azure-appservice"/>
<targetTechnology id="azure-aks"/>
<targetTechnology id="azure-container-apps"/>
<tag>feign</tag>
</metadata>
<rules>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<sourceTechnology id="springboot"/>
<targetTechnology id="azure-appservice"/>
<targetTechnology id="azure-aks"/>
<targetTechnology id="azure-container-apps"/>
<tag>security</tag>
</metadata>
<rules>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<sourceTechnology id="springboot"/>
<targetTechnology id="azure-appservice"/>
<targetTechnology id="azure-aks"/>
<targetTechnology id="azure-container-apps"/>
<tag>broker</tag>
<tag>activemq</tag>
</metadata>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<sourceTechnology id="springboot"/>
<targetTechnology id="azure-appservice"/>
<targetTechnology id="azure-aks"/>
<targetTechnology id="azure-container-apps"/>
<tag>scheduler</tag>
<tag>quartz</tag>
</metadata>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<sourceTechnology id="springboot"/>
<targetTechnology id="azure-appservice"/>
<targetTechnology id="azure-aks"/>
<targetTechnology id="azure-container-apps"/>
<tag>static-content</tag>
</metadata>
<rules>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<sourceTechnology id="springboot"/>
<targetTechnology id="azure-aks"/>
<targetTechnology id="azure-appservice"/>
<targetTechnology id="azure-container-apps"/>
<tag>zipkin</tag>
</metadata>
<rules>
Expand Down

0 comments on commit c7b4e16

Please sign in to comment.