Skip to content

Commit

Permalink
Typo "Azure function app"→"Azure Function App" (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoshioka0128 committed Dec 28, 2020
1 parent bd5be63 commit b1a4797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Excel-custom-functions/AzureFunction/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ This sample moves the `Add` custom function to an Azure function named `AddTwo()
3. In Excel with the add-in loaded, try out the custom function by entering `=CONTOSO.ADD(1,2)` into a cell. The cell should call the custom function, which then calls the Azure function, and returns the result of 3.
![Screenshot of entering the value =CONTOSO.ADD(1,2) into a cell in Excel.](images/contoso-add-function.png)

## Deploy to an Azure function app
## Deploy to an Azure Function App

You can also deploy and run the Azure function from your own Azure account.

Expand Down

0 comments on commit b1a4797

Please sign in to comment.