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 Apr 1, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: Functions/README.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -206,7 +206,7 @@ az login
206
206
207
207
az role assignment create --assignee 00000000-0000-0000-000000000000 --role "Media Services Live Events Administrator" --scope "/subscriptions/<the-subscription-id>/resourceGroups/<your-resource-group>/providers/Microsoft.Media/mediaservices/<your-media-services-account-name>"
208
208
209
-
az role assignment create --assignee 00000000-0000-0000-000000000000 --role "Media Services Media Operator" --scope "/subscriptions/<the-subscription-id>/resourceGroups/<your-resource-group>/providers/Microsoft.Media/mediaservices/<your-media-services-account-name>
209
+
az role assignment create --assignee 00000000-0000-0000-000000000000 --role "Media Services Media Operator" --scope "/subscriptions/<the-subscription-id>/resourceGroups/<your-resource-group>/providers/Microsoft.Media/mediaservices/<your-media-services-account-name>"
210
210
```
211
211
212
212
If you cannot run the commands from a terminal, you can do it from the portal. Follow the section [If Managed Identity is used](#if-managed-identity-is-used-recommended).
@@ -226,7 +226,7 @@ When the deployment is complete, go to your new Functions App to get the publish
226
226
1. In Azure portal, go to your function app, then Deployment Center tab.
3. Open the **.PublishSettings** file and copy the content.
229
-
4. Paste the XML content to your GitHub Repository > Settings > Secrets > Add a new secret > **AZURE_FUNCTIONAPP_PUBLISH_PROFILE**
229
+
4. Paste the XML content to your GitHub Repository > Settings > Secrets and variables > Actions > Add a new secret > **AZURE_FUNCTIONAPP_PUBLISH_PROFILE**
230
230
231
231
#### (B.4) Setup Continuous deployment
232
232
@@ -236,7 +236,7 @@ Let's customize the workflow file to enable continuous deployment (CD) with GitH
236
236
2. Change variable value **AZURE_FUNCTIONAPP_NAME** in `env:` section according to your function app name.
237
237
3. Commit the change.
238
238
4. Still in GitHub, go to **Actions**. Enable the workflows if they are disabled (worklows are disabled when they come from the source repo used by the fork).
239
-
5. You should see a new GitHub workflow initiated in **Actions** tab, called **Build and deploy dotnet 5 app to Azure Function App**.
239
+
5. You should see a new GitHub workflow initiated in **Actions** tab, called **Build and deploy dotnet 7 app to Azure Function App**.
240
240
241
241
[`deploy-functions.yml`](../.github/workflows/deploy-functions.yml) based file :
0 commit comments