Skip to content

Commit

Permalink
Fixes Azure-Samples#466 - Fix 'load-your-postgresql-database-with-dat…
Browse files Browse the repository at this point in the history
…a/README.md' workflow (Azure-Samples#467)
  • Loading branch information
mnriem committed Apr 10, 2024
1 parent c766923 commit 2eb34b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion functionapp/helloworld/README.md
Expand Up @@ -83,7 +83,7 @@ following command line:

```shell

echo `az functionapp show \
echo https://`az functionapp show \
--resource-group $RESOURCE_GROUP \
--name $FUNCTIONAPP_HELLOWORLD \
--query hostNames \
Expand Down
3 changes: 1 addition & 2 deletions postgres/create/README.md
Expand Up @@ -42,8 +42,7 @@ To create the Azure Database for PostgreSQL setup the environment variables:
--admin-password $POSTGRESQL_PASSWORD \
--name $POSTGRESQL_NAME \
--resource-group $RESOURCE_GROUP \
--sku B_Gen5_1 \
--ssl-enforcement Disabled
--sku GP_Gen5_2

```

Expand Down
2 changes: 1 addition & 1 deletion postgres/load-your-postgresql-database-with-data/README.md
Expand Up @@ -11,7 +11,7 @@ This example assumes you have previously completed the following examples:
1. [Create an Azure Database for PostgreSQL](../create/README.md)
1. [Install curl](https://curl.haxx.se/download.html)
1. [Open PostgreSQL server firewall to your IP address](../open-firewall-to-your-ip/README.md)
1. [Install psql client](https://www.postgresql.org/download/README.md)
1. [Install psql client](https://www.postgresql.org/download/)

<!-- workflow.cron(0 20 * * 1) -->
<!-- workflow.include(../open-firewall-to-your-ip/README.md) -->
Expand Down

0 comments on commit 2eb34b8

Please sign in to comment.