skip to Main Content

Azure deployment fails EF .NET 6

I created my deployment profile on Visual Studio, have added my connection string and everything but I get an http 500 error when accessing my azure deployed ASP.NET Core 6 application. In the publishing settings there is an Entity Framework…

VIEW QUESTION

Azure – msgraph-sdk-go can't create more than two extensions on a user

When I try to create an schema extension on a user like this schemaExtension := graphmodels.NewSchemaExtension() additionalData := map[string]interface{}{ "extensionName": "dean.ext.test.1", "theme": "dark", "color": "purple", "lang": "English", } schemaExtension.SetAdditionalData(additionalData) if result, err := client.UsersById(userId).Extensions().Post(context.Background(), schemaExtension, nil); err != nil {…

VIEW QUESTION
Back To Top
Search