Skip to content

Commit

Permalink
patch azure docs (#4190)
Browse files Browse the repository at this point in the history
Co-authored-by: Stefan McShane <[email protected]>
  • Loading branch information
d-g-town and stefanmcshane authored Jan 24, 2024
1 parent 51649c0 commit 48bcc90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/src/components/AzureCredentialForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const AzureCredentialForm: React.FC<Props> = ({ goBack, proceed }) => {
<Text size={16}>Set up your Azure subscription</Text>
<Spacer y={.5} />
<Text color="helper">
Follow our <Link to="https://docs.porter.run/standard/getting-started/provisioning-on-azure" target="_blank">documentation</Link> to create your service principal and prepare your subscription for use with Porter.
Follow our <Link to="https://docs.porter.run/provision/provisioning-on-azure" target="_blank">documentation</Link> to create your service principal and prepare your subscription for use with Porter.
</Text>
<Spacer y={1} />
<Button onClick={() => setCurrentStep(1)}>
Expand Down

0 comments on commit 48bcc90

Please sign in to comment.