You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,18 +13,18 @@ products:
13
13
This sample demonstrates a data cleaning pipeline with Azure Functions written in Python triggered off a HTTP event from Event Grid to perform some pandas cleaning and reconciliation of CSV files.
14
14
Using this sample we demonstrate a real use case where this is used to perform cleaning tasks.
- Note: If run on Windows, use Ubuntu WSL to run deploy script
26
26
27
-
### Steps
27
+
####Steps
28
28
29
29
- Deploy through Azure CLI
30
30
- Open AZ CLI and run `az group create -l [region] -n [resourceGroupName]` to create a resource group in your Azure subscription (i.e. [region] could be westus2, eastus, etc.)
@@ -34,7 +34,7 @@ Using this sample we demonstrate a real use case where this is used to perform c
0 commit comments