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: Documents/AzureFunction.md
+10
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,16 @@ Open the solution `SmartHotel360.Website.sln` and open the project `SmartHotel36
18
18
19
19
You can deploy these resources automatically with the [Azure Deployment Guide.](AzureDeployment.md#Creating-The-Azure-Resources)
20
20
21
+
Once the resources are created you need to do some manual steps:
22
+
23
+
1. Create a blob storage container called `pets` in the storage account and ensure it has public access
24
+
25
+

26
+
27
+
2.[Create a database](https://docs.microsoft.com/en-us/azure/cosmos-db/create-sql-api-dotnet#add-a-collection) called `pets` in Cosmos DB. Then add a collection called `checks`.
28
+
29
+

30
+
21
31
## Deploy to Azure
22
32
23
33
To deploy the Azure Function just publish it from Visual Studio following the instructions in the "Publish to Azure" section of the [Azure Function Documentation](https://docs.microsoft.com/en-us/azure/azure-functions/functions-develop-vs).
0 commit comments