Skip to content

Commit

Permalink
Fixed spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoffCoxMSFT committed May 5, 2021
1 parent 792a9a9 commit f908c95
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -376,9 +376,9 @@ export const AzureProvisionDialog: React.FC = () => {
} --createLuisResource=${createLuisResource} --createLuisAuthoringResource=${createLuisAuthoringResource} --createCosmosDb=${createCosmosDb} --createStorage=${createStorage} --createAppInsights=${createAppInsights} --createQnAResource=${createQnAResource}`;

const instructions = formatMessage(
'I am creating a conversational experience using Microsoft Bot Framework project. ' +
'For my project to work, Azure resources, including app registration, hosting, channels, Language Understanding, and QnA Maker, are required.' +
'Below are the steps to create these resources.\n\n' +
'I am creating a conversational experience using Microsoft Bot Framework project.' +
' For my project to work, Azure resources, including app registration, hosting, channels, Language Understanding, and QnA Maker, are required.' +
' Below are the steps to create these resources.\n\n' +
'1. Follow the instructions at the link below to run the provisioning command (seen below)\n' +
'2. Copy and paste the resulting JSON and securely share it with me.\n\n' +
'Provisoning Command:\n' +
Expand Down

0 comments on commit f908c95

Please sign in to comment.