Skip to content

feat: Migrated Azure functions into API#375

Merged
Prajwal-Microsoft merged 98 commits into
demofrom
main
Apr 23, 2025
Merged

feat: Migrated Azure functions into API#375
Prajwal-Microsoft merged 98 commits into
demofrom
main

Conversation

@Avijit-Microsoft

Copy link
Copy Markdown
Contributor

Purpose

feat: Migrated Azure functions into API

Does this introduce a breaking change?

  • Yes
  • [X ] No

Golden Path Validation

  • I have tested the primary workflows (the "golden path") to ensure they function correctly without errors.

Deployment Validation

  • I have validated the deployment process successfully and all services are running as expected with this change.

Harmanpreet-Microsoft and others added 21 commits April 15, 2025 19:02
chore: Update Dependabot directory paths for pip and npm ecosystems
feat: Use AI agent with plugins
feat: Migrate Azure Function and backend (app.py) in API App
…d restrict save history for error response

fix: Limiting citation content length in kernel function responses and restrict save history for error response
mid_id = config.mid_id

try:
credential = DefaultAzureCredential(managed_identity_client_id=mid_id)

Check failure

Code scanning / CodeQL

Detect unsafe use of DefaultAzureCredential in python application

Please use other types of Token Credential for your application if not for development testing purposes.
if self.use_ai_project_client:
project = AIProjectClient.from_connection_string(
conn_str=self.azure_ai_project_conn_string,
credential=DefaultAzureCredential()

Check failure

Code scanning / CodeQL

Detect unsafe use of DefaultAzureCredential in python application

Please use other types of Token Credential for your application if not for development testing purposes.
if self.use_ai_project_client:
project = AIProjectClient.from_connection_string(
conn_str=self.azure_ai_project_conn_string,
credential=DefaultAzureCredential()

Check failure

Code scanning / CodeQL

Detect unsafe use of DefaultAzureCredential in python application

Please use other types of Token Credential for your application if not for development testing purposes.
@Prajwal-Microsoft Prajwal-Microsoft merged commit 1f59acd into demo Apr 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants