Skip to content

Commit

Permalink
Adding powershell samples
Browse files Browse the repository at this point in the history
Signed-off-by: MD Ashique <[email protected]>
  • Loading branch information
ASHIQUEMD committed Aug 7, 2023
1 parent 48f85e5 commit c3b0544
Show file tree
Hide file tree
Showing 4 changed files with 501 additions and 138 deletions.
2 changes: 0 additions & 2 deletions samples/powershell-azurefunction/CreateNewOrder/run.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,5 @@ Write-Host "PowerShell function processed a CreateNewOrder request from the Dapr
# Convert the object to a JSON-formatted string with ConvertTo-Json
$jsonString = $payload| ConvertTo-Json

Write-Host "hello $jsonString"

# Associate values to output bindings by calling 'Push-OutputBinding'.
Push-OutputBinding -Name order -Value $payload["data"]
Loading

0 comments on commit c3b0544

Please sign in to comment.