Skip to content

Commit

Permalink
Merge pull request #422 from irwins/patch-1
Browse files Browse the repository at this point in the history
Update azure-container-app-job.md
  • Loading branch information
merill authored Aug 21, 2024
2 parents c0ded16 + 9a336bb commit db089a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/monitoring/azure-container-app-job.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ $body = @{
}
)
} | ConvertTo-Json
Invoke-MgGraphRequest -Method PATCH -Uri "https://graph.microsoft.com/v1.0/applications/$applicationId" -Body $body
Invoke-MgGraphRequest -Method PATCH -Uri "https://graph.microsoft.com/v1.0/applications(appId='$applicationId')" -Body $body
```

## Create your Docker image
Expand Down Expand Up @@ -183,4 +183,4 @@ sudo docker push <yourRegistry>.azurecr.io/maesterjob

Begin by [creating a new Azure Container App Job](https://portal.azure.com/#create/Microsoft.ContainerAppJobs). You can use a simple cron job, an event trigger, or you can always manually invoke the job as well. Your Azure Container Registry will need to have an admin access key enabled for the Azure Portal process to succeed.

> For the CPU and memory, you may find that 1 GB of memory is not enough and 1.5 GB or 2 GB will offer more consistent success.
> For the CPU and memory, you may find that 1 GB of memory is not enough and 1.5 GB or 2 GB will offer more consistent success.

0 comments on commit db089a2

Please sign in to comment.