Skip to content

Commit b1a4797

Browse files
1 parent bd5be63 commit b1a4797

File tree

1 file changed

+1
-1
lines changed
  • Excel-custom-functions/AzureFunction

1 file changed

+1
-1
lines changed

Excel-custom-functions/AzureFunction/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ This sample moves the `Add` custom function to an Azure function named `AddTwo()
104104
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.
105105
![Screenshot of entering the value =CONTOSO.ADD(1,2) into a cell in Excel.](images/contoso-add-function.png)
106106

107-
## Deploy to an Azure function app
107+
## Deploy to an Azure Function App
108108

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

0 commit comments

Comments
 (0)