Skip to content

Commit

Permalink
rename repo to Yvand/azd-functions-sharepoint-webhooks
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvand committed Jan 20, 2025
1 parent 7ff9d0f commit 29a6939
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ languages:
products:
- azure-functions
- sharepoint-online
urlFragment: functions-quickstart-spo-azd
urlFragment: azd-functions-sharepoint-webhooks
---

# Azure Function app for SharePoint webhooks
Expand Down Expand Up @@ -50,7 +50,7 @@ The account running `azd` must have at least the following roles to successfully
1. Run `azd init` from an empty local (root) folder:

```shell
azd init --template Yvand/functions-quickstart-spo-azd
azd init --template Yvand/azd-functions-sharepoint-webhooks
```

Supply an environment name, such as `spofuncs-quickstart` when prompted. In `azd`, the environment is used to maintain a unique deployment context for your app.
Expand Down
4 changes: 2 additions & 2 deletions azure.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/Azure/azure-dev/main/schemas/v1.0/azure.yaml.json

name: functions-quickstart-spo-azd
name: azd-functions-sharepoint-webhooks
metadata:
template: Yvand/functions-quickstart-spo-azd@1.0.0
template: Yvand/azd-functions-sharepoint-webhooks@1.0.0
services:
api:
project: .
Expand Down
2 changes: 1 addition & 1 deletion http-requests-collection/bruno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "1",
"name": "functions-quickstart-spo-azd",
"name": "azd-functions-sharepoint-webhooks",
"type": "collection",
"ignore": [
"node_modules",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "functions-quickstart-spo-azd",
"name": "azd-functions-sharepoint-webhooks",
"version": "1.0.0",
"author": {
"name": "Yvan Duhamel"
},
"repository": {
"type": "git",
"url": "https://github.com/Yvand/functions-quickstart-spo-azd"
"url": "https://github.com/Yvand/azd-functions-sharepoint-webhooks"
},
"description": "This Quickstart uses Azure Developer command-line (azd) tools to create functions for SharePoint Online",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/utils/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const CommonConfig = {
IsLocalEnvironment: process.env.AZURE_FUNCTIONS_ENVIRONMENT === "Development" ? true : false,
UserAssignedManagedIdentityClientId: process.env.UserAssignedManagedIdentityClientId || undefined,
WebhookHistoryListTitle: process.env.WebhookHistoryListTitle || "webhookHistory",
UserAgent: process.env.UserAgent || "Yvand/functions-quickstart-spo-azd",
UserAgent: process.env.UserAgent || "Yvand/azd-functions-sharepoint-webhooks",
}

// This method awaits on async calls and catches the exception if there is any - https://dev.to/sobiodarlington/better-error-handling-with-async-await-2e5m
Expand Down

0 comments on commit 29a6939

Please sign in to comment.