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
{{ message }}
This repository was archived by the owner on Nov 14, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+14-7Lines changed: 14 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ After cloning the repository, we have 3 options to create our Azure Function:
77
77
4. In the **Pick a publish target** window, select the following:
78
78
79
79
-**Azure Functions Consumption Plan**
80
-
-[x]**Create New**
80
+
-[x]**Create New**
81
81
82
82
5. In the **Pick a publish target** window, select **Publish**
83
83
@@ -135,7 +135,8 @@ After cloning the repository, we have 3 options to create our Azure Function:
135
135
-**Resource Group**
136
136
- Click the **+** symbol
137
137
- XamarinAzureChallenge
138
-
-**Service Plan:** Custom
138
+
-**Service Plan:**
139
+
-[x] Custom
139
140
-**Plan Name:** XamarinAzureChallenge
140
141
-**Region:**[Select the Azure Data Center Closest to you]
141
142
-**Pricing:** Consumption
@@ -146,11 +147,12 @@ After cloning the repository, we have 3 options to create our Azure Function:
146
147
147
148
8. In the **Configure Storage Account** window, enter the following information:
148
149
149
-
-**Storage Account:** Custom
150
-
-**Account Name** xamarinazure[Your Name]
150
+
-**Storage Account:**
151
+
-[x] Custom
152
+
-**Account Name:** xamarinazure[Your Name]
151
153
-**Note:** Replace `[Your Name]` with your name to ensure the Storage Account Name is unique
152
154
- In this example, I'm using "xamarinazurebrandon"
153
-
-**Account Type** Standard - Locally Redundant Storage
155
+
-**Account Type:** Standard - Locally Redundant Storage
154
156
155
157
9. In the **Configure Storage Account** window, select **Create**
156
158
@@ -172,7 +174,9 @@ After cloning the repository, we have 3 options to create our Azure Function:
172
174
173
175
#### 2c. Use Azure CLI
174
176
175
-
> As a prerequisite, you must install [Azure Core Tools version 2.x](https://docs.microsoft.com/azure/azure-functions/functions-run-local?WT.mc_id=xamarinazurechallenge-github-bramin#v2), [Azure CLI](https://docs.microsoft.com/cli/azure/install-azure-cli?WT.mc_id=xamarinazurechallenge-github-bramin) and [Azure Cloud Shell](https://shell.azure.com/bash?WT.mc_id=xamarinazurechallenge-github-bramin).
177
+
> As a prerequisite, you must install [Azure Core Tools version 2.x](https://docs.microsoft.com/azure/azure-functions/functions-run-local?WT.mc_id=xamarinazurechallenge-github-bramin#v2) and [Azure CLI](https://docs.microsoft.com/cli/azure/install-azure-cli?WT.mc_id=xamarinazurechallenge-github-bramin).
178
+
>
179
+
> Alternatively, if you do not wish to install these tools locally, you can use these CLI tools pre-installed in a browser via the [Azure Cloud Shell](https://shell.azure.com/bash?WT.mc_id=xamarinazurechallenge-github-bramin).
176
180
177
181
1. Open the terminal
178
182
-[How to open the macOS Terminal](https://macpaw.com/how-to/use-terminal-on-mac)
@@ -185,7 +189,7 @@ az login
185
189
```
186
190
> **Note:** Stand by until the Azure CLI opens your browser to the Azure Login page
187
191
188
-
3. In the automatically-opened browser window, in the Azure Login page, log into your Azure Account
192
+
3. In the automatically-opened browser window, on the Azure Login page, log into your Azure Account
189
193
190
194
4. In the terminal, enter the following command to create a new Azure Resource Group:
191
195
@@ -203,6 +207,7 @@ az group create --name XamarinAzureChallenge --location westeurope
> **Note:** Replace `[Your Name]` with your name to ensure the storage name is unique
210
+
>
206
211
> **Note:** If you have more than one subscription you will need to especify the subscription in which the resource group will be created using `--subscription [your Azure Subscription ID]`
207
212
>
208
213
> [How to find your Azure Subscription ID ](https://blogs.msdn.microsoft.com/mschray/2016/03/18/getting-your-azure-subscription-guid-new-portal?WT.mc_id=xamarinazurechallenge-github-bramin)
> **Note:** Replace `[Your Name]` with your name to ensure the functionapp name is unique
221
+
>
216
222
> **Note:** For `--storage-account`, use the storage account created in the previous step
223
+
>
217
224
> **Note:** If you have more than one subscription you will need to especify the subscription in which the resource group will be created using `--subscription [your Azure Subscription ID]`
218
225
>
219
226
> [How to find your Azure Subscription ID ](https://blogs.msdn.microsoft.com/mschray/2016/03/18/getting-your-azure-subscription-guid-new-portal?WT.mc_id=xamarinazurechallenge-github-bramin)
0 commit comments