Azure Keys Dashboard - Copy this Html, Bootstrap Component to your project
Generate a Razor View in ASP.NET Core that displays a list of AzureApiKey objects using Bootstrap for styling. The view should include the following features: Title and Header: The page title should be "Azure API Keys." A header with "Azure API Keys" should be styled with Bootstrap's typography classes. Table: Use a Bootstrap table (table, table striped, table hover) to display the data. Columns to include: AzureApiKeyId Name Type IsDisabled (as "Active" or "Disabled"). Region ConnectionString (truncate if too long). Key (show partially masked, e.g., ******abcd). ProjectId and PublishedName. Include an "Actions" column with Bootstrap buttons (Edit, Delete) styled using btn classes. Buttons: A "Create New API Key" button at the top right, styled as a primary button. Pagination: Add basic Bootstrap pagination controls if the data is paginated. Alerts: Include a Bootstrap alert at the top for success/error messages (dismissible).
