Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

Commit

Permalink
removing gcp pub sub cred file from project since we have a branch fo…
Browse files Browse the repository at this point in the history
…r this
  • Loading branch information
brandonh-msft committed Jul 23, 2020
1 parent 4b7bad4 commit ab43fc8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
9 changes: 4 additions & 5 deletions Producer/Producer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@
<AzureFunctionsVersion>v3</AzureFunctionsVersion>
</PropertyGroup>
<ItemGroup>
<None Remove="GcpPubSub\authfile\gcpPubSubCreds.json" />
<None Remove="messagecontent.txt" />
<Compile Remove="GcpPubSub\**" />
<EmbeddedResource Remove="GcpPubSub\**" />
<None Remove="GcpPubSub\**" />
</ItemGroup>
<ItemGroup>
<Content Include="GcpPubSub\authfile\gcpPubSubCreds.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<None Remove="messagecontent.txt" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="messagecontent.txt" />
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,11 @@ cache-control: no-cache
Will post two messages to the Storage Queue specified by the `StorageQueueConnection` and `StorageQueueName` settings in your `local.settings.json` file or - when published to Azure - the Function App's application settings.

## Event Grid
```

```http
POST /api/PostToEventGrid HTTP/1.1
Host: localhost:7071
Content-Type: application/json
cache-control: no-cache
{
"NumberOfMessages": 2
Expand Down

0 comments on commit ab43fc8

Please sign in to comment.