Skip to content

Commit

Permalink
fix lz description
Browse files Browse the repository at this point in the history
  • Loading branch information
giventocode committed Aug 26, 2024
1 parent 72f5d6a commit e206774
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
public class ReferencedLandingZoneStepsDefinitionProvider implements StepsDefinitionProvider {
private static final String LZ_NAME = "Referenced Landing Zone";
private static final String LZ_DESC =
"Enlist existing sources in a Landing Zone. Expected resources: VNet, AKS, Batch Account,"
"Referenced landing zones utilize existing resources. These resources should be available and deployed in the managed resource group. Expected resources include: VNet, AKS, Batch Account,"
+ " Storage Account, PostgreSQL server, Subnets for AKS, Batch, Postgresql, and Compute";

@Override
Expand Down

0 comments on commit e206774

Please sign in to comment.