Skip to content

Commit e48cb20

Browse files
Incorporated all the changes after getting review feedback.
1 parent 7807bcc commit e48cb20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/container-apps/communicate-between-microservices.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ In the [code to cloud quickstart](./quickstart-code-to-cloud.md), a back end web
3636

3737
## Setup
3838

39-
If you're currently authenticated to Azure and have the environment variables that are defined from the quickstart, then skip the following steps. You can directly go to the [Prepare the GitHub repository](#prepare-the-github-repository) section.
39+
If you're currently authenticated to Azure and have the environment variables that are defined from the quickstart, then skip the following steps and go directly to [Prepare the GitHub repository](#prepare-the-github-repository).
4040

4141
[!INCLUDE [container-apps-code-to-cloud-setup.md](../../includes/container-apps-code-to-cloud-setup.md)]
4242

@@ -261,7 +261,7 @@ $ContainerArgs = @{
261261
$ContainerObj = New-AzContainerAppTemplateObject @ContainerArgs
262262
```
263263

264-
You need to run the following command to get your registry credentials.
264+
Run the following command to get your registry credentials.
265265

266266
```azurepowershell
267267
$RegistryCredentials = Get-AzContainerRegistryCredential -Name $ACRName -ResourceGroupName $ResourceGroup

0 commit comments

Comments
 (0)